]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Turn off dnssec validation in inline test
authorTom Krizek <tkrizek@isc.org>
Mon, 27 Nov 2023 16:22:55 +0000 (17:22 +0100)
committerMark Andrews <marka@isc.org>
Mon, 18 Dec 2023 23:46:03 +0000 (23:46 +0000)
DNSSEC validation isn't required by the inline test and would send
queries to root name servers.

bin/tests/system/inline/ns5/named.conf.post
bin/tests/system/inline/ns5/named.conf.pre
bin/tests/system/inline/ns7/named.conf.in

index d582b46670b63343f6dfd7a51f9d7da5024b5ce1..17d5dd57ec88adbf0a218c1c648a18658f3d27d1 100644 (file)
@@ -27,6 +27,7 @@ options {
        pid-file "named.pid";
        listen-on { 10.53.0.5; };
        listen-on-v6 { none; };
+       dnssec-validation no;
        recursion no;
        notify yes;
        notify-delay 0;
index 2018289634829107ee7fd90b4af8598ee6393ce8..a3ea6f2a8fe344e821d71cb0681f981e9cfb6559 100644 (file)
@@ -27,6 +27,7 @@ options {
        pid-file "named.pid";
        listen-on { 10.53.0.5; };
        listen-on-v6 { none; };
+       dnssec-validation no;
        recursion no;
        notify yes;
        notify-delay 0;
index b446066a360ab8aa1e298ac5f9e67f361bb0b831..3415ba595dfd4c36399c5f7e349497216a88dcdd 100644 (file)
@@ -41,6 +41,7 @@ options {
        pid-file "named.pid";
        listen-on { 10.53.0.7; };
        listen-on-v6 { none; };
+       dnssec-validation no;
        recursion no;
        notify no;
        try-tcp-refresh no;