]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
auth testing: disable unbound's trust anchor signaling 9443/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Fri, 4 Sep 2020 08:02:07 +0000 (10:02 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Fri, 8 Jan 2021 13:03:47 +0000 (14:03 +0100)
unbound-host fires off the _ta query and does not wait for the answer.
This means that the response sometimes ends up with sdig, which was
not expecting it, breaking tests.

regression-tests/tests/00dnssec-grabkeys/command

index a6ac2abb2a0806e36b0b23d9bce577eda144ef59..b395fe3b248f06b5768190ae5ed5326d64bf8499 100755 (executable)
@@ -21,6 +21,7 @@ done
 echo "server:" >> unbound-host.conf
 echo "  do-not-query-address: 192.168.0.0/16" >> unbound-host.conf
 echo '  trust-anchor-file: "trustedkeys"' >> unbound-host.conf
+echo '  trust-anchor-signaling: no' >> unbound-host.conf
 
 #if [ -e trustedkeys ]
 #then