diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2024-03-16 23:58:33 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2024-03-17 00:00:52 +0000 |
| commit | 5a33598e88ad8fbc0affa74dee0a2d8cc4010fbc (patch) | |
| tree | 211c17b0e7eeb34cdd84e378e3720514e8987b8c /testdata/auth_https.tdir | |
| parent | 217a625642d38bfc0d3d03192b013d4bc7a32458 (diff) | |
unbound: Vendor import 1.19.3vendor/unbound/1.19.3
Release notes at
https://www.nlnetlabs.nl/news/2024/Mar/14/unbound-1.19.3-released/
Diffstat (limited to 'testdata/auth_https.tdir')
| -rw-r--r-- | testdata/auth_https.tdir/auth_https.test | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/testdata/auth_https.tdir/auth_https.test b/testdata/auth_https.tdir/auth_https.test index c2471b7d6439..a99be1a7ae5d 100644 --- a/testdata/auth_https.tdir/auth_https.test +++ b/testdata/auth_https.tdir/auth_https.test @@ -8,35 +8,35 @@ PRE="../.." . ../common.sh # do the test echo "> dig www.example.com." -dig @localhost -p $UNBOUND_PORT www.example.com. | tee outfile +dig @127.0.0.1 -p $UNBOUND_PORT www.example.com. | tee outfile if grep SERVFAIL outfile; then echo "> try again" - dig @localhost -p $UNBOUND_PORT www.example.com. | tee outfile + dig @127.0.0.1 -p $UNBOUND_PORT www.example.com. | tee outfile fi if grep SERVFAIL outfile; then echo "> try again" sleep 1 - dig @localhost -p $UNBOUND_PORT www.example.com. | tee outfile + dig @127.0.0.1 -p $UNBOUND_PORT www.example.com. | tee outfile fi if grep SERVFAIL outfile; then echo "> try again" sleep 1 - dig @localhost -p $UNBOUND_PORT www.example.com. | tee outfile + dig @127.0.0.1 -p $UNBOUND_PORT www.example.com. | tee outfile fi if grep SERVFAIL outfile; then echo "> try again" sleep 1 - dig @localhost -p $UNBOUND_PORT www.example.com. | tee outfile + dig @127.0.0.1 -p $UNBOUND_PORT www.example.com. | tee outfile fi if grep SERVFAIL outfile; then echo "> try again" sleep 10 - dig @localhost -p $UNBOUND_PORT www.example.com. | tee outfile + dig @127.0.0.1 -p $UNBOUND_PORT www.example.com. | tee outfile fi if grep SERVFAIL outfile; then echo "> try again" sleep 10 - dig @localhost -p $UNBOUND_PORT www.example.com. | tee outfile + dig @127.0.0.1 -p $UNBOUND_PORT www.example.com. | tee outfile fi echo "> cat logfiles" cat petal.log |
