On Tue, 2019-09-17 at 15:22 -0600, Stephen Dowdy wrote:
> 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=%
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
2 matches
Mail list logo