From 5a33598e88ad8fbc0affa74dee0a2d8cc4010fbc Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Sat, 16 Mar 2024 17:58:33 -0600 Subject: unbound: Vendor import 1.19.3 Release notes at https://www.nlnetlabs.nl/news/2024/Mar/14/unbound-1.19.3-released/ --- testdata/blanks_https.tdir/blanks_https.test | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'testdata/blanks_https.tdir') diff --git a/testdata/blanks_https.tdir/blanks_https.test b/testdata/blanks_https.tdir/blanks_https.test index 2c4c5dc7a473..7e0ac89364d1 100644 --- a/testdata/blanks_https.tdir/blanks_https.test +++ b/testdata/blanks_https.tdir/blanks_https.test @@ -8,35 +8,35 @@ PRE="../.." # do the test TARGET=ns1.blanks.example.com. echo "> dig $TARGET" -dig @localhost -p $UNBOUND_PORT $TARGET | tee outfile +dig @127.0.0.1 -p $UNBOUND_PORT $TARGET | tee outfile if grep SERVFAIL outfile; then echo "> try again" - dig @localhost -p $UNBOUND_PORT $TARGET | tee outfile + dig @127.0.0.1 -p $UNBOUND_PORT $TARGET | tee outfile fi if grep SERVFAIL outfile; then echo "> try again" sleep 1 - dig @localhost -p $UNBOUND_PORT $TARGET | tee outfile + dig @127.0.0.1 -p $UNBOUND_PORT $TARGET | tee outfile fi if grep SERVFAIL outfile; then echo "> try again" sleep 1 - dig @localhost -p $UNBOUND_PORT $TARGET | tee outfile + dig @127.0.0.1 -p $UNBOUND_PORT $TARGET | tee outfile fi if grep SERVFAIL outfile; then echo "> try again" sleep 1 - dig @localhost -p $UNBOUND_PORT $TARGET | tee outfile + dig @127.0.0.1 -p $UNBOUND_PORT $TARGET | tee outfile fi if grep SERVFAIL outfile; then echo "> try again" sleep 10 - dig @localhost -p $UNBOUND_PORT $TARGET | tee outfile + dig @127.0.0.1 -p $UNBOUND_PORT $TARGET | tee outfile fi if grep SERVFAIL outfile; then echo "> try again" sleep 10 - dig @localhost -p $UNBOUND_PORT $TARGET | tee outfile + dig @127.0.0.1 -p $UNBOUND_PORT $TARGET | tee outfile fi echo "> cat logfiles" cat petal.log -- cgit v1.3