From 2c1c7ec639a41f47273cb21a66d865d2e46fbaf1 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 22 Nov 2023 12:56:52 +1100 Subject: [PATCH] Stop sending queries to the internet's root servers Disable automatic dnssec validation. (cherry picked from commit 15a433cb9d9104733dc8def35ce65427784fea66) --- bin/tests/system/serve-stale/ns6/named.conf.in | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/tests/system/serve-stale/ns6/named.conf.in b/bin/tests/system/serve-stale/ns6/named.conf.in index 15f5dd6c73..ddc5afe5a8 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; };