From: Mark Andrews Date: Wed, 22 Nov 2023 01:56:52 +0000 (+1100) Subject: Stop sending queries to the internet's root servers X-Git-Tag: v9.19.21~35^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=15a433cb9d9104733dc8def35ce65427784fea66;p=thirdparty%2Fbind9.git Stop sending queries to the internet's root servers Disable automatic dnssec validation. --- diff --git a/bin/tests/system/serve-stale/ns6/named.conf.in b/bin/tests/system/serve-stale/ns6/named.conf.in index 15f5dd6c735..ddc5afe5a8a 100644 --- a/bin/tests/system/serve-stale/ns6/named.conf.in +++ b/bin/tests/system/serve-stale/ns6/named.conf.in @@ -28,6 +28,7 @@ options { pid-file "named.pid"; listen-on { 10.53.0.6; }; listen-on-v6 { none; }; + dnssec-validation no; recursion no; };