Basil L. Contovounesios wrote: > Hm, could my router's (or ISP's) DNS be caching the redirect?
No. HTTP Redirects send a Location: header back to the client and
that's how it works.
rwp@lunacy:~$ wget -O/dev/null -S https://sv.gnu.org/ 2>&1 | grep Location:
Location: https://savannah.gnu.org/
Location: https://savannah.gnu.org/ [following]
The Location: header came back and the client followed it.
It's not a DNS thing.
Bob
