|
|
|
|
|
by cyberpunk
3139 days ago
|
|
Isn't that SFO IP anycast? I get the same results from opendns, 8.8.8.8 etc: $ for ns in $(cat /etc/resolv.conf | grep nameserver | awk '{print $NF}'); do dig @$ns google.de +short; done 172.217.22.67 172.217.22.67 172.217.22.67 172.217.22.67 172.217.22.67 |
|