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/pymod.tdir/pymod.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testdata/pymod.tdir') diff --git a/testdata/pymod.tdir/pymod.test b/testdata/pymod.tdir/pymod.test index 5ea87282b6f7..8d8ffcc3a56f 100644 --- a/testdata/pymod.tdir/pymod.test +++ b/testdata/pymod.tdir/pymod.test @@ -22,7 +22,7 @@ fi # 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 echo "> cat logfiles" cat fwd.log cat unbound.log @@ -35,7 +35,7 @@ else fi echo "> dig www2.example.com." -dig @localhost -p $UNBOUND_PORT www2.example.com. | tee outfile +dig @127.0.0.1 -p $UNBOUND_PORT www2.example.com. | tee outfile echo "> cat logfiles" cat fwd.log cat unbound.log -- cgit v1.3