summaryrefslogtreecommitdiff
path: root/testdata/auth_https.tdir
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2024-03-16 23:58:33 +0000
committerCy Schubert <cy@FreeBSD.org>2024-03-17 00:00:52 +0000
commit5a33598e88ad8fbc0affa74dee0a2d8cc4010fbc (patch)
tree211c17b0e7eeb34cdd84e378e3720514e8987b8c /testdata/auth_https.tdir
parent217a625642d38bfc0d3d03192b013d4bc7a32458 (diff)
unbound: Vendor import 1.19.3vendor/unbound/1.19.3
Diffstat (limited to 'testdata/auth_https.tdir')
-rw-r--r--testdata/auth_https.tdir/auth_https.test14
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