]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
specify "dnssec-validation yes" instead of default "auto"
authorEvan Hunt <each@isc.org>
Thu, 23 Aug 2018 17:51:07 +0000 (10:51 -0700)
committerEvan Hunt <each@isc.org>
Thu, 23 Aug 2018 17:52:57 +0000 (13:52 -0400)
bin/tests/system/dnstap/ns1/named.conf.in
bin/tests/system/dnstap/ns2/named.conf.in
bin/tests/system/dnstap/ns3/named.conf.in
bin/tests/system/dnstap/ns4/named.conf.in

index 0e54757c27e9c8f97e6484ca43f5e70bdef0ae3f..a294d94b05520536efe82ba5c8fe77031f69486e 100644 (file)
@@ -26,6 +26,7 @@ options {
        dnstap { all; };
        send-cookie no;
        require-server-cookie no;
+       dnssec-validation yes;
 };
 
 key rndc_key {
index d1043e25ee86aaacc466cc1a3421e2f69639626f..ede08cea5bd5dc9532ec620d09e9ed02b9218d62 100644 (file)
@@ -26,6 +26,7 @@ options {
        dnstap { all; };
        send-cookie no;
        require-server-cookie no;
+       dnssec-validation yes;
 };
 
 key rndc_key {
index 18b7c3e647c6cbc2e194ac5dc1069cd17dc60ac7..a55de06f9fd83b48479bedca131a72b9fb11419c 100644 (file)
@@ -27,6 +27,7 @@ options {
        send-cookie no;
        require-server-cookie no;
        minimal-responses no;
+       dnssec-validation yes;
 };
 
 server 10.53.0.1 { tcp-only yes; };
index 3aa9dd62c486ab2ab4f0481cbcb3eceddf339b9f..64c74b5f13c2bbead6ada54f591fa513456f404b 100644 (file)
@@ -26,6 +26,7 @@ options {
        dnstap { all; };
        send-cookie no;
        require-server-cookie no;
+       dnssec-validation yes;
 };
 
 server 10.53.0.1 { tcp-only yes; };