I would guess you've already heard this, but no harm in getting extra reports...

$ for h in $(host -t A www.debian.org | awk '/has address/{print $NF}'); do curl -s -w 'remote_ip=%{remote_ip} / code=%{http_code} / connect=%{http_connect}\n' -o /dev/null -k https://${h}/; done
remote_ip=130.89.148.14 / code=403 / connect=000
remote_ip=5.153.231.4 / code=200 / connect=000

I am coming from 128.117.192.59 in case that's in play.

--stephen

Reply via email to