]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
explicitly set dnssec-validation in system tests
authorEvan Hunt <each@isc.org>
Fri, 2 Jun 2023 00:14:49 +0000 (17:14 -0700)
committerEvan Hunt <each@isc.org>
Mon, 26 Jun 2023 20:41:56 +0000 (13:41 -0700)
the default value of dnssec-validation is 'auto', which causes
a server to send a key refresh query to the root zone when starting
up. this is undesirable behavior in system tests, so this commit
sets dnssec-validation to either 'yes' or 'no' in all tests where
it had not previously been set.

this change had the mostly-harmless side effect of changing the cached
trust level of unvalidated answer data from 'answer' to 'authanswer',
which caused a few test cases in which dumped cache data was examined in
the serve-stale system test to fail. those test cases have now been
updated to expect 'authanswer'.

209 files changed:
bin/tests/system/acl/ns2/named1.conf.in
bin/tests/system/acl/ns2/named2.conf.in
bin/tests/system/acl/ns2/named3.conf.in
bin/tests/system/acl/ns2/named4.conf.in
bin/tests/system/acl/ns2/named5.conf.in
bin/tests/system/acl/ns3/named.conf.in
bin/tests/system/acl/ns4/named.conf.in
bin/tests/system/additional/ns2/named.conf.in
bin/tests/system/addzone/ns1/named.conf.in
bin/tests/system/addzone/ns2/named1.conf.in
bin/tests/system/addzone/ns2/named2.conf.in
bin/tests/system/addzone/ns2/named3.conf.in
bin/tests/system/addzone/ns3/named1.conf.in
bin/tests/system/addzone/ns3/named2.conf.in
bin/tests/system/allow-query/ns1/named.conf.in
bin/tests/system/allow-query/ns2/named01.conf.in
bin/tests/system/allow-query/ns2/named02.conf.in
bin/tests/system/allow-query/ns2/named03.conf.in
bin/tests/system/allow-query/ns2/named04.conf.in
bin/tests/system/allow-query/ns2/named05.conf.in
bin/tests/system/allow-query/ns2/named06.conf.in
bin/tests/system/allow-query/ns2/named07.conf.in
bin/tests/system/allow-query/ns2/named08.conf.in
bin/tests/system/allow-query/ns2/named09.conf.in
bin/tests/system/allow-query/ns2/named10.conf.in
bin/tests/system/allow-query/ns2/named11.conf.in
bin/tests/system/allow-query/ns2/named12.conf.in
bin/tests/system/allow-query/ns2/named21.conf.in
bin/tests/system/allow-query/ns2/named22.conf.in
bin/tests/system/allow-query/ns2/named23.conf.in
bin/tests/system/allow-query/ns2/named24.conf.in
bin/tests/system/allow-query/ns2/named25.conf.in
bin/tests/system/allow-query/ns2/named26.conf.in
bin/tests/system/allow-query/ns2/named27.conf.in
bin/tests/system/allow-query/ns2/named28.conf.in
bin/tests/system/allow-query/ns2/named29.conf.in
bin/tests/system/allow-query/ns2/named30.conf.in
bin/tests/system/allow-query/ns2/named31.conf.in
bin/tests/system/allow-query/ns2/named32.conf.in
bin/tests/system/allow-query/ns2/named33.conf.in
bin/tests/system/allow-query/ns2/named34.conf.in
bin/tests/system/allow-query/ns2/named40.conf.in
bin/tests/system/allow-query/ns2/named53.conf.in
bin/tests/system/allow-query/ns2/named54.conf.in
bin/tests/system/allow-query/ns2/named55.conf.in
bin/tests/system/allow-query/ns2/named56.conf.in
bin/tests/system/allow-query/ns2/named57.conf.in
bin/tests/system/auth/ns1/named.conf.in
bin/tests/system/auth/ns2/named.conf.in
bin/tests/system/builtin/ns1/named.conf.in
bin/tests/system/builtin/ns2/named.conf.in
bin/tests/system/builtin/ns3/named.conf.in
bin/tests/system/case/ns1/named.conf.in
bin/tests/system/case/ns2/named.conf.in
bin/tests/system/catz/ns1/named.conf.in
bin/tests/system/catz/ns2/named1.conf.in
bin/tests/system/catz/ns2/named2.conf.in
bin/tests/system/catz/ns3/named.conf.in
bin/tests/system/catz/ns4/named.conf.in
bin/tests/system/checkds/ns10/named.conf.in
bin/tests/system/checkds/ns2/named.conf.in
bin/tests/system/checkds/ns4/named.conf.in
bin/tests/system/checkds/ns5/named.conf.in
bin/tests/system/checkds/ns6/named.conf.in
bin/tests/system/checkds/ns7/named.conf.in
bin/tests/system/checkds/ns8/named.conf.in
bin/tests/system/checkds/ns9/named.conf.in
bin/tests/system/cookie/ns7/named.conf.in
bin/tests/system/dispatch/ns1/named.conf.in
bin/tests/system/dispatch/ns2/named.conf.in
bin/tests/system/dlzexternal/ns1/named.conf.in
bin/tests/system/dnssec/ns4/named5.conf.in
bin/tests/system/dnssec/ns5/named2.conf.in
bin/tests/system/dupsigs/ns1/named.conf.in
bin/tests/system/dyndb/ns1/named.conf.in
bin/tests/system/ednscompliance/ns1/named.conf.in
bin/tests/system/emptyzones/ns1/named1.conf.in
bin/tests/system/emptyzones/ns1/named2.conf.in
bin/tests/system/formerr/ns1/named.conf.in
bin/tests/system/forward/ns10/named.conf.in
bin/tests/system/glue/ns1/named.conf.in
bin/tests/system/host/ns1/named.conf.in
bin/tests/system/include-multiplecfg/ns2/named.conf.in
bin/tests/system/inline/ns2/named.conf.in
bin/tests/system/inline/ns3/named.conf.in
bin/tests/system/inline/ns4/named.conf.in
bin/tests/system/inline/ns6/named.conf.in
bin/tests/system/inline/ns8/named.conf.in
bin/tests/system/integrity/ns1/named.conf.in
bin/tests/system/ixfr/ns1/named.conf.in
bin/tests/system/ixfr/ns3/named.conf.in
bin/tests/system/ixfr/ns4/named.conf.in
bin/tests/system/ixfr/ns5/named.conf.in
bin/tests/system/kasp/ns2/named.conf.in
bin/tests/system/kasp/ns3/named-fips.conf.in
bin/tests/system/kasp/ns4/named.conf.in
bin/tests/system/kasp/ns5/named.conf.in
bin/tests/system/kasp/ns6/named.conf.in
bin/tests/system/kasp/ns6/named2.conf.in
bin/tests/system/keepalive/ns1/named.conf.in
bin/tests/system/keepalive/ns2/named.conf.in
bin/tests/system/keepalive/ns3/named.conf.in
bin/tests/system/keymgr2kasp/ns3/named.conf.in
bin/tests/system/keymgr2kasp/ns3/named2.conf.in
bin/tests/system/keymgr2kasp/ns4/named.conf.in
bin/tests/system/keymgr2kasp/ns4/named2.conf.in
bin/tests/system/limits/ns1/named.conf.in
bin/tests/system/masterfile/ns1/named.conf.in
bin/tests/system/masterformat/ns1/named.conf.in
bin/tests/system/masterformat/ns2/named.conf.in
bin/tests/system/masterformat/ns3/named.conf.in
bin/tests/system/mirror/ns1/named.conf.in
bin/tests/system/mirror/ns2/named.conf.in
bin/tests/system/mirror/ns3/named.conf.in
bin/tests/system/multisigner/ns3/named.conf.in
bin/tests/system/multisigner/ns4/named.conf.in
bin/tests/system/multisigner/ns5/named.conf.in
bin/tests/system/names/ns1/named.conf.in
bin/tests/system/notify/ns1/named.conf.in
bin/tests/system/notify/ns2/named.conf.in
bin/tests/system/notify/ns3/named.conf.in
bin/tests/system/notify/ns4/named.conf.in
bin/tests/system/notify/ns5/named.conf.in
bin/tests/system/nsec3/ns2/named.conf.in
bin/tests/system/nsec3/ns3/named-fips.conf.in
bin/tests/system/nsec3/ns3/named2-fips.conf.in
bin/tests/system/nslookup/ns1/named.conf.in
bin/tests/system/nsupdate/ns1/named.conf.in
bin/tests/system/nsupdate/ns10/named.conf.in
bin/tests/system/nsupdate/ns2/named.conf.in
bin/tests/system/nsupdate/ns5/named.conf.in
bin/tests/system/nsupdate/ns6/named.conf.in
bin/tests/system/nsupdate/ns7/named.conf.in
bin/tests/system/nsupdate/ns8/named.conf.in
bin/tests/system/nsupdate/ns9/named.conf.in
bin/tests/system/nzd2nzf/ns1/named.conf.in
bin/tests/system/padding/ns1/named.conf.in
bin/tests/system/padding/ns2/named.conf.in
bin/tests/system/padding/ns3/named.conf.in
bin/tests/system/padding/ns4/named.conf.in
bin/tests/system/pending/ns1/named.conf.in
bin/tests/system/pending/ns4/named.conf.in
bin/tests/system/redirect/ns5/named.conf.in
bin/tests/system/redirect/ns6/named.conf.in
bin/tests/system/rndc/ns2/named.conf.in
bin/tests/system/rndc/ns3/named.conf.in
bin/tests/system/rndc/ns5/named.conf.in
bin/tests/system/rndc/ns6/named.conf.in
bin/tests/system/rndc/ns7/named.conf.in
bin/tests/system/rpz/ns1/named.conf.in
bin/tests/system/rrl/broken.conf.in
bin/tests/system/rsabigexponent/ns2/named.conf.in
bin/tests/system/runtime/ns2/named-alt4.conf.in
bin/tests/system/runtime/ns2/named-alt5.conf.in
bin/tests/system/runtime/ns2/named-alt6.conf.in
bin/tests/system/runtime/ns2/named-alt7.conf.in
bin/tests/system/runtime/ns2/named-alt9.conf.in
bin/tests/system/serve-stale/ns1/named1.conf.in
bin/tests/system/serve-stale/ns1/named2.conf.in
bin/tests/system/serve-stale/ns1/named3.conf.in
bin/tests/system/serve-stale/ns1/named4.conf.in
bin/tests/system/serve-stale/ns3/named1.conf.in
bin/tests/system/serve-stale/ns3/named8.conf.in
bin/tests/system/serve-stale/ns4/named.conf.in
bin/tests/system/serve-stale/ns5/named.conf.in
bin/tests/system/serve-stale/tests.sh
bin/tests/system/sortlist/ns1/named.conf.in
bin/tests/system/spf/ns1/named.conf.in
bin/tests/system/statistics/ns2/named2.conf.in
bin/tests/system/statschannel/ns1/named.conf.in
bin/tests/system/statschannel/ns2/named.conf.in
bin/tests/system/statschannel/ns2/named2.conf.in
bin/tests/system/statschannel/ns3/named.conf.in
bin/tests/system/stub/ns1/named.conf.in
bin/tests/system/stub/ns2/named.conf.in
bin/tests/system/stub/ns3/named.conf.in
bin/tests/system/tcp/ns1/named.conf.in
bin/tests/system/tcp/ns2/named.conf.in
bin/tests/system/tcp/ns3/named.conf.in
bin/tests/system/tcp/ns4/named.conf.in
bin/tests/system/tcp/ns7/named.conf.in
bin/tests/system/timeouts/ns1/named.conf.in
bin/tests/system/tsig/ns1/named-fips.conf.in
bin/tests/system/tsiggss/ns1/named.conf.in
bin/tests/system/ttl/ns1/named.conf.in
bin/tests/system/unknown/ns1/named.conf.in
bin/tests/system/unknown/ns2/named.conf.in
bin/tests/system/unknown/ns3/named.conf.in
bin/tests/system/upforwd/ns1/named.conf.in
bin/tests/system/upforwd/ns2/named.conf.in
bin/tests/system/upforwd/ns3/named1.conf.in
bin/tests/system/upforwd/ns3/named2.conf.in
bin/tests/system/views/ns1/named.conf.in
bin/tests/system/views/ns2/named1.conf.in
bin/tests/system/views/ns2/named2.conf.in
bin/tests/system/views/ns2/named3.conf.in
bin/tests/system/views/ns3/named1.conf.in
bin/tests/system/views/ns3/named2.conf.in
bin/tests/system/views/ns5/named.conf.in
bin/tests/system/xfer/ns1/named1.conf.in
bin/tests/system/xfer/ns1/named2.conf.in
bin/tests/system/xfer/ns1/named3.conf.in
bin/tests/system/xfer/ns2/named.conf.in
bin/tests/system/xfer/ns3/named.conf.in
bin/tests/system/xfer/ns6/named.conf.in
bin/tests/system/xfer/ns7/named.conf.in
bin/tests/system/xfer/ns8/named.conf.in
bin/tests/system/xferquota/ns1/named.conf.in
bin/tests/system/xferquota/ns2/named.conf.in

index 682ba97f5778d69ab3394f7760b25fb51031c422..cbf461bcf09003b90afd022afdcd955ecba4b248 100644 (file)
@@ -32,6 +32,7 @@ options {
        notify yes;
        ixfr-from-differences yes;
        check-integrity no;
+       dnssec-validation no;
 };
 
 key one {
index 7b1cea6fcdde397004a3877cd3e441235de3369c..bb03efd75d71876478a1ddc96d9f7ac574615878 100644 (file)
@@ -32,6 +32,7 @@ options {
        notify yes;
        ixfr-from-differences yes;
        check-integrity no;
+       dnssec-validation no;
 };
 
 key one {
index 6b35ba5a98b9796194e193403a8ceb335b720748..b4e20d5ebd2ae6249ddf63eb77e5ac03c42f7f8a 100644 (file)
@@ -32,6 +32,7 @@ options {
        notify yes;
        ixfr-from-differences yes;
        check-integrity no;
+       dnssec-validation no;
 };
 
 key one {
index b23a1cab58ecec3e00ad6af43be6f107eb977d17..868d46492f9d6992d9867d0c259f198e05cf07bc 100644 (file)
@@ -32,6 +32,7 @@ options {
        notify yes;
        ixfr-from-differences yes;
        check-integrity no;
+       dnssec-validation no;
 };
 
 key one {
index 52791aa2a1af1f2f8f79e875f89e581f3251c969..e24080f064a225e8233a1f6ee794009afb0e4acb 100644 (file)
@@ -32,6 +32,7 @@ options {
        notify yes;
        ixfr-from-differences yes;
        check-integrity no;
+       dnssec-validation no;
        allow-query-on { 10.53.0.2; };
        blackhole { 10.53.0.8; };
 };
index 396b1a9eb1e7a93d048e7128acb8d57833149b86..31d3526b76942558ac884270d4140b610df92284 100644 (file)
@@ -23,6 +23,7 @@ options {
        notify no;
        allow-new-zones yes;
        allow-transfer { none; };
+       dnssec-validation no;
 };
 
 controls {
index 951c61e8f505bebb44400bef09576db399f7283a..9b769d1849b6955751defee6f70cafadcf6e4ec3 100644 (file)
@@ -23,6 +23,7 @@ options {
        notify no;
        allow-new-zones yes;
        allow-transfer { none; };
+       dnssec-validation no;
 };
 
 controls {
index dae255dca365c5b0b7cb9447f799fa7d5b83ee49..ed43ca6627411eb7f5177a9baeb3563359c48e89 100644 (file)
@@ -22,6 +22,7 @@ options {
        listen-on-v6 { none; };
        notify no;
        minimal-responses yes;
+       dnssec-validation no;
 };
 
 zone "." {
index b2d5e05dbba40a3967eae48ae8f7d0a74f542589..9015e1b9d97252d93cc181a0b7ace016262f0018 100644 (file)
@@ -28,6 +28,7 @@ options {
        allow-query { any; };
        allow-new-zones yes;
        recursion no;
+       dnssec-validation no;
 };
 
 zone "." {
index eb8519a5902ab441a413e21a51d37c7a357b7d2e..23be60ef7013033725f62e12290eb381c377068a 100644 (file)
@@ -19,6 +19,7 @@ options {
        allow-query { any; };
        recursion no;
        allow-new-zones yes;
+       dnssec-validation no;
 };
 
 include "../../common/rndc.key";
index 33e45b9bb7878e0302368245c4c8a9e2d6748612..8b0f23de2c1d5256022c24452fd599c9febc376b 100644 (file)
@@ -24,6 +24,7 @@ options {
        listen-on { 10.53.0.2; 10.53.0.4; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
 };
 
 view internal {
index 697d279a42f375f79b0c91393e94bc5fbe804de3..7078ce989e4c186f5a9cdee1262df3283b82d5c4 100644 (file)
@@ -24,6 +24,7 @@ options {
        listen-on-v6 { none; };
        recursion no;
        new-zones-directory "new-zones";
+       dnssec-validation no;
 };
 
 view internal {
index f1488f472bb60afe450a3ed536a33ef9cf695fa5..6c512a670c3d64e08e17adde1eb74fd6142bf29f 100644 (file)
@@ -25,6 +25,7 @@ options {
        allow-query { any; };
        recursion no;
        allow-new-zones yes;
+       dnssec-validation no;
 };
 
 zone "." {
index 3b56d640a915ffd0944cb3920bfdb8304a69a69d..6ca25f1a195ee86decf3bb9240d86aad0950a3d2 100644 (file)
@@ -25,4 +25,5 @@ options {
        allow-query { any; };
        recursion no;
        allow-new-zones yes;
+       dnssec-validation no;
 };
index a72cc87f46b5ce543acebe8636c43a4ee80a993c..dd786e27801ff34ed9f3874a89bd779350811d6f 100644 (file)
@@ -17,6 +17,7 @@ options {
        listen-on { 10.53.0.1; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
 };
 
 zone "." {
index 1f7ab40edb1e335e70f474f44e10efdb78b00930..3069010dfb1e55ce9a5c2cdb62650abaadac790d 100644 (file)
@@ -17,6 +17,7 @@ options {
        listen-on { 10.53.0.2; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
 };
 
 include "controls.conf";
index 3e24bdc359967c4de60a4c6afd58dc475f8f4a24..678c41779c04487147f857e09a46959dfcde8440 100644 (file)
@@ -18,6 +18,7 @@ options {
        listen-on-v6 { none; };
        recursion no;
        allow-query { any; };
+       dnssec-validation no;
 };
 
 include "controls.conf";
index dd5985b036a6f208fc1144597129cb10dbd6a58a..cdc64ff98fdf01f159ce596d291751cc433710c5 100644 (file)
@@ -18,6 +18,7 @@ options {
        listen-on-v6 { none; };
        recursion no;
        allow-query { none; };
+       dnssec-validation no;
 };
 
 include "controls.conf";
index f61447e092f022358c7c48c77a0e8b397f00e6ea..05446627d6b573a994bbb9895af0545aae42d5c0 100644 (file)
@@ -18,6 +18,7 @@ options {
        listen-on-v6 { none; };
        recursion no;
        allow-query { 10.53.0.2; };
+       dnssec-validation no;
 };
 
 include "controls.conf";
index 53c31a35b57946015520b092966c244379c9bb37..6f92049f96ce5029c4e05c4047d917e97ca0e0f5 100644 (file)
@@ -18,6 +18,7 @@ options {
        listen-on-v6 { none; };
        recursion no;
        allow-query { 10.53.0.1; };
+       dnssec-validation no;
 };
 
 include "controls.conf";
index 49d9e426f1fd11a5759a052a070967cd00d72a2d..261c75b988309beb0a3c1b7e3e47313ba143abf9 100644 (file)
@@ -18,6 +18,7 @@ options {
        listen-on-v6 { none; };
        recursion no;
        allow-query {! 10.53.0.2; };
+       dnssec-validation no;
 };
 
 include "controls.conf";
index a40cadeb7797d79d831e158890fae2b4526dba63..8050fa22048448e249652147f8f7785cda9c1003 100644 (file)
@@ -20,6 +20,7 @@ options {
        listen-on-v6 { none; };
        recursion no;
        allow-query { accept; };
+       dnssec-validation no;
 };
 
 include "controls.conf";
index 413878b81d936268df97850e9a08b7ab60536e10..ffa4cdc8d66e98081407d355fdf44e35bddaf981 100644 (file)
@@ -20,6 +20,7 @@ options {
        listen-on-v6 { none; };
        recursion no;
        allow-query { accept; };
+       dnssec-validation no;
 };
 
 include "controls.conf";
index b2d900efe3ef64a822992e4ad588136448613f33..49166e64fd998aa8a5d7c7948da7d447e5ebe6e1 100644 (file)
@@ -20,6 +20,7 @@ options {
        listen-on-v6 { none; };
        recursion no;
        allow-query {! accept; };
+       dnssec-validation no;
 };
 
 include "controls.conf";
index ae485e82add7df41becf26fa704633dfe4dfaf36..a9cb0b21f3c7d6dcb3aa7e2e7dd3e6f0fc71a3be 100644 (file)
@@ -23,6 +23,7 @@ options {
        listen-on-v6 { none; };
        recursion no;
        allow-query { key one; };
+       dnssec-validation no;
 };
 
 include "controls.conf";
index 8a5e806745eccc2cfc10ed1de6ff57fdbd838a8d..372f4f3655ddb34b5410b17b0ab7b25b54ea9f68 100644 (file)
@@ -29,6 +29,7 @@ options {
        listen-on-v6 { none; };
        recursion no;
        allow-query { key one; };
+       dnssec-validation no;
 };
 
 include "controls.conf";
index a10c6d0f98ff9b2075735eae88e1922318e356b9..5dc3e776ea12861b872cbae6496b79e590536b5e 100644 (file)
@@ -23,6 +23,7 @@ options {
        listen-on-v6 { none; };
        recursion no;
        allow-query {! key one; };
+       dnssec-validation no;
 };
 
 include "controls.conf";
index 311eaf79aa4b570687a36e33db75ce91179d271f..c6204a3b6c22b2dc9785914197513351e960e2e0 100644 (file)
@@ -17,6 +17,7 @@ options {
        listen-on { 10.53.0.2; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
 };
 
 include "controls.conf";
index 1c191da5f30b98676e1f32eb12768dde26bd881b..454f24a59c2281e2789b76c4c56bd14e0a60dc5e 100644 (file)
@@ -17,6 +17,7 @@ options {
        listen-on { 10.53.0.2; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
 };
 
 include "controls.conf";
index e0cd069668576b939937a7c4ce1b706993ed28aa..f62337bc2866b0d1cc3f6b237a79c5795bd75c19 100644 (file)
@@ -17,6 +17,7 @@ options {
        listen-on { 10.53.0.2; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
 };
 
 include "controls.conf";
index 33f03b02e626b68d8a52ff9d0ebded9cf5f06820..1e277a95aa4b5a9ec8bab7c0be1e4612d47c69ff 100644 (file)
@@ -17,6 +17,7 @@ options {
        listen-on { 10.53.0.2; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
 };
 
 include "controls.conf";
index 28cadd0a40a822840aadaf20ba05526d97a07dfa..0548af248895f54bbdd0154e38c7c68b4edbb09e 100644 (file)
@@ -17,6 +17,7 @@ options {
        listen-on { 10.53.0.2; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
 };
 
 include "controls.conf";
index 52b915da8f9414382196d15c6d2163a46c5d76eb..40e5dfd175fbf88d6ff9ccf672e719aed7945b0a 100644 (file)
@@ -17,6 +17,7 @@ options {
        listen-on { 10.53.0.2; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
 };
 
 include "controls.conf";
index c95838c0e8723c26047c303e26eb43dcc10ca190..92fa1f8bd1ec3e15e589d2d58fe774fd5ec4c2b6 100644 (file)
@@ -19,6 +19,7 @@ options {
        listen-on { 10.53.0.2; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
 };
 
 include "controls.conf";
index 06d9b919e5ed2448caa09efc4ebc784369cbdb7d..2ecac7ce833a19235d6b2890dc587d9478a36877 100644 (file)
@@ -19,6 +19,7 @@ options {
        listen-on { 10.53.0.2; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
 };
 
 include "controls.conf";
index acd1b413d5730c675feef1b7914357adf5f02788..9a6c9e5a0e134bbafa36891269a2db7b7e96579f 100644 (file)
@@ -19,6 +19,7 @@ options {
        listen-on { 10.53.0.2; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
 };
 
 include "controls.conf";
index 52981a7a0bb303780369cf7faa3610b84fd958aa..975b039a5f7cc04b99adb4fcd0f7bd002d6b4b28 100644 (file)
@@ -22,6 +22,7 @@ options {
        listen-on { 10.53.0.2; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
 };
 
 include "controls.conf";
index f6278703d77482ae36c764cf431ac44c89048273..c9b11aee8260030bb69455ae7322895093da0968 100644 (file)
@@ -29,6 +29,7 @@ options {
        listen-on-v6 { none; };
        recursion no;
        allow-query { key one; };
+       dnssec-validation no;
 };
 
 include "controls.conf";
index 6fd516bcedd6b4bd6e769a5700cdc4e2b439e4d4..54a45f22ea18b8c996f79b3c58fa202e7b4ab63c 100644 (file)
@@ -22,6 +22,7 @@ options {
        listen-on { 10.53.0.2; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
 };
 
 include "controls.conf";
index be1e160f788b02571e2bcd220ef1915278679ba5..be31b720516178c871bb8973822912394050cb4b 100644 (file)
@@ -18,6 +18,7 @@ options {
        listen-on-v6 { none; };
        recursion no;
        allow-query { none; };
+       dnssec-validation no;
 };
 
 include "controls.conf";
index d35ac3e0278946b7b872547a42481edf0b7e6743..165ff06b05af8a6ef74ab6595eea27f06e5cc80f 100644 (file)
@@ -18,6 +18,7 @@ options {
        listen-on-v6 { none; };
        recursion no;
        allow-query { any; };
+       dnssec-validation no;
 };
 
 include "controls.conf";
index de37915e678ae4d41c2083fdb2059a1cdea3c289..2eb9191a374bf0427a7d13f47743e8e058209f38 100644 (file)
@@ -31,6 +31,7 @@ options {
        listen-on { 10.53.0.2; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
 };
 
 include "controls.conf";
index 41ac6d330373ac683fc686d7b0373213d71a632a..bd0af284203cf45e1fa77c4719f485933a9a6d1a 100644 (file)
@@ -18,6 +18,7 @@ options {
        listen-on-v6 { none; };
        recursion no;
        allow-query { none; };
+       dnssec-validation no;
 };
 
 include "controls.conf";
index 64a3f69d532036e63ec62b9f537a026a197c4d26..a6ca42442db22ef6f54e1831cf3884de85f5f397 100644 (file)
@@ -18,6 +18,7 @@ options {
        listen-on-v6 { none; };
        recursion no;
        allow-query { any; };
+       dnssec-validation no;
 };
 
 include "controls.conf";
index 642e4c99ca73f3378d9c39017fda6acc081c2aa3..6bcba0771c63cc519161d3945322634125b0bf4a 100644 (file)
@@ -17,6 +17,7 @@ options {
        listen-on { 10.53.0.2; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
 };
 
 include "controls.conf";
index 187d69701ac4323fcafc3f3b64f0c86774dfee19..d89a5fbabc21d47256cb3dce1e636d797d013225 100644 (file)
@@ -17,6 +17,7 @@ options {
        listen-on { 10.53.0.2; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
 };
 
 include "controls.conf";
index 1502b12c739e4a60927dacbb5796ccdadd0a7df5..bcc3a85dcaf995444af7e72657608be9cba4a45e 100644 (file)
@@ -17,6 +17,7 @@ options {
        listen-on { 10.53.0.2; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
 };
 
 include "controls.conf";
index db7570e5531463c4902d216ee10f842cf17eb7d2..9d0a517b68d0e17c59986b56a286e7c166b38947 100644 (file)
@@ -21,6 +21,7 @@ options {
        listen-on-v6 { none; };
        recursion no;
        notify yes;
+       dnssec-validation no;
 };
 
 view main in {
index 126d5769e20995a4ccf1f6e7418083ac6d7e0544..9b82c5005b77c82f7652b5e3c3dbfaed8b4c73e0 100644 (file)
@@ -21,6 +21,7 @@ options {
        listen-on-v6 { none; };
        recursion yes;
        notify no;
+       dnssec-validation no;
 };
 
 zone example.net {
index fd6569d4f2cb88b81a3898f69dfd3d361f0e9709..723e6b20c0f7a1bfee7405fa7191e2f48f79388b 100644 (file)
@@ -27,4 +27,5 @@ options {
        listen-on-v6 { none; };
        recursion yes;
        notify no;
+       dnssec-validation no;
 };
index 3275b0629d1c39dd6d1feb3edec55debea6d4a09..38b95f00367b69a66da150877f43668ed255960d 100644 (file)
@@ -28,4 +28,5 @@ options {
        recursion yes;
        notify no;
        server-id hostname;
+       dnssec-validation no;
 };
index acde3a50e7fb1a46954bc0770938cd241fe67871..df538dbbc8a2a4ee76f288b637ea5808b97a42df 100644 (file)
@@ -30,4 +30,5 @@ options {
        hostname "this.is.a.test.of.hostname";
        server-id "this.is.a.test.of.server-id";
        version "this is a test of version";
+       dnssec-validation no;
 };
index 076b9d0133453034bdf8540d2636363274ae82fe..fa0d8084d8f61909dfd01a6b43c200ec1209a763 100644 (file)
@@ -24,6 +24,7 @@ options {
        ixfr-from-differences yes;
        check-integrity no;
        minimal-responses no;
+       dnssec-validation no;
 };
 
 zone "example" {
index 0a5c76fbb7667a31fd4bbdfafa6a95265a598578..fe0b52ca7a2d419cf45d8075a193ec1e49fe5b00 100644 (file)
@@ -25,6 +25,7 @@ options {
        check-integrity no;
        no-case-compress { 10.53.0.2; };
        minimal-responses no;
+       dnssec-validation no;
 };
 
 zone "example" {
index 2d1696b0a08172908404279a2d473be7a1963155..7ffec5a809ac0259f6afb111b60ae4c58c388075 100644 (file)
@@ -33,6 +33,7 @@ options {
        notify-delay 0;
        recursion no;
        allow-transfer { any; };
+       dnssec-validation no;
 };
 
 view "default" {
index 99b6f4404729713646898b446ef951e43386c950..2ee9da4d31310ee8b492ce3248e48ebf1460e928 100644 (file)
@@ -29,6 +29,7 @@ options {
        notify-delay 0;
        recursion no;
        serial-query-rate 100;
+       dnssec-validation no;
 };
 
 /*
index d8fbe08e15dabd44966bd6dd7c5af2b5b3699c99..5ca4e3e7d677f2572c712289d38d1ef3400e1f4a 100644 (file)
@@ -29,6 +29,7 @@ options {
        notify-delay 0;
        recursion no;
        serial-query-rate 100;
+       dnssec-validation no;
 };
 
 view "default" {
index bb2121ad1ad2edc807d83417481829ef21d41fb1..b1bbc1ea196291ad5d627e9ed73910990485b795 100644 (file)
@@ -30,6 +30,7 @@ options {
        notify no;
        notify-delay 0;
        recursion no;
+       dnssec-validation no;
 };
 
 zone "catalog2.example" {
index 73a2bb7b4903eae73a4fbc7e5897938b183453f7..2f43c25e1837e8538246cd05c53aef24e71845a7 100644 (file)
@@ -31,6 +31,7 @@ options {
        recursion no;
        serial-query-rate 100;
        ixfr-from-differences yes; // GL #3777
+       dnssec-validation no;
 
        catalog-zones {
                zone "catalog-tls.example"
index a4939920a90e6ac16c72214bdc8ffa353ac53f91..ef2ec416e0bfbf10e80e0e5198e8a390728f61bb 100644 (file)
@@ -23,6 +23,7 @@ options {
        listen-on-v6 { none; };
        allow-transfer { any; };
        recursion no;
+       dnssec-validation no;
 };
 
 key rndc_key {
index ce2c089c42765c1f0c856db4c9b1c479dd43a90f..5d0b0d44081ab009d294ee24c3b5fc2bb764517e 100644 (file)
@@ -23,6 +23,7 @@ options {
        listen-on-v6 { none; };
        allow-transfer { any; };
        recursion no;
+       dnssec-validation no;
 };
 
 key rndc_key {
index 1d551cfbb5c40ac51f9be9791f7f16db38312aa2..75bd470b85d18ca12783754a46db62ba046bac04 100644 (file)
@@ -23,6 +23,7 @@ options {
        listen-on-v6 { none; };
        allow-transfer { any; };
        recursion no;
+       dnssec-validation no;
 };
 
 key rndc_key {
index 0648af8c1b427dfe1e396ba054e037ae9fa16def..01a2d11f94f29536beb8fbb27a71b874784c03c7 100644 (file)
@@ -23,6 +23,7 @@ options {
        listen-on-v6 { none; };
        allow-transfer { any; };
        recursion no;
+       dnssec-validation no;
 };
 
 key rndc_key {
index 90c80cce4ce676847e8fc36a6375a958c7c16518..cc226fbd958a30b94db98fbbc27c0048369a89a9 100644 (file)
@@ -23,6 +23,7 @@ options {
        listen-on-v6 { none; };
        allow-transfer { any; };
        recursion no;
+       dnssec-validation no;
 };
 
 key rndc_key {
index dc17b657c8e790676f3a1f4d7dda7b9f5d046f42..f3e562b6973a82426bb416fe43f1c4dcecd961b1 100644 (file)
@@ -23,6 +23,7 @@ options {
        listen-on-v6 { none; };
        allow-transfer { any; };
        recursion no;
+       dnssec-validation no;
 };
 
 key rndc_key {
index 76690949db22686c111e7ed3029e65e998d2e9d5..69e75eecd3c70c2d809278f98df20b51ed1f0cc5 100644 (file)
@@ -23,6 +23,7 @@ options {
        listen-on-v6 { none; };
        allow-transfer { any; };
        recursion no;
+       dnssec-validation no;
 };
 
 key rndc_key {
index 94d830cd1beab8d1f6ca073aa4fd8fd7cb431180..9f3ab8816c61c54894a480ffcd1ab89b6e4bdc39 100644 (file)
@@ -25,6 +25,7 @@ options {
        listen-on-v6 { none; };
        allow-transfer { any; };
        recursion no;
+       dnssec-validation yes;
 };
 
 key rndc_key {
index 3437eb65318e810b9e6f686637339b977aacaf87..9426d233cbc3d945f3bd858ad963ad335b151207 100644 (file)
@@ -23,6 +23,7 @@ options {
        answer-cookie no;
        send-cookie yes;
        nocookie-udp-size 512;
+       dnssec-validation no;
 };
 
 zone "." {
index 794312497e10a50d7aa37b1be51762d7d839041b..d3337a5db4fd59978413f9019d66cd22939df13b 100644 (file)
@@ -36,6 +36,7 @@ options {
 
        recursion no;
        servfail-ttl 0;
+       dnssec-validation no;
 };
 
 zone "." {
index 8e79ac483d8a3a218a6f66f6b385a483fbc6356c..50f2c34494a968af6caef01ff10bf64f1b3fe6e8 100644 (file)
@@ -36,6 +36,7 @@ options {
 
        recursion yes;
        servfail-ttl 0;
+       dnssec-validation no;
 };
 
 zone "." {
index 87f8a7fe32615e9cfcb8a572c62df2290672a7cb..f8b36e962048910abb1db7ff2b8527ad2615cad5 100644 (file)
@@ -23,6 +23,7 @@ options {
        allow-transfer { !10.53.0.1; any; };
        recursion no;
        notify yes;
+       dnssec-validation no;
 };
 
 key rndc_key {
index e457062d64c571db4ada71cc2ba72f622869a1c9..b9d0ba8025f371f12fae904f2038a3404f49b028 100644 (file)
@@ -22,6 +22,7 @@ options {
        listen-on { 10.53.0.4; };
        listen-on-v6 { none; };
        bindkeys-file "managed.conf";
+       dnssec-validation no;
 };
 
 key rndc_key {
index 636f4c23fae2ee03517c7260357b68f227cc2133..6d0474b9d5babe05bb921d9015ccb07dc667bead 100644 (file)
@@ -31,6 +31,7 @@ options {
        listen-on { 10.53.0.5; 127.0.0.1; };
        listen-on-v6 { none; };
        recursion yes;
+       dnssec-validation yes;
 };
 
 view root {
index 494ecfb9e3d7fa76694e923ec8c9233817a010da..d35eb791530b16f577ca12c94c73162bdf99dad4 100644 (file)
@@ -18,6 +18,7 @@ options {
        listen-on { 10.53.0.1; };
        listen-on-v6 { none; };
        pid-file "named.pid";
+       dnssec-validation no;
 };
 
 zone "signing.test" {
index 6bb76ea404e5532a4c54d30d353a26312d9847c1..d319a2a81ef4c8f3c0fdb10166493e1f4443b4ee 100644 (file)
@@ -24,6 +24,7 @@ options {
        listen-on-v6 { none; };
        recursion no;
        notify yes;
+       dnssec-validation no;
 };
 
 key rndc_key {
index 07aaf218105b7c0a9976989cf0d425d805711c7c..1334c85cf270fb47589068b12fbb399cbfc38faa 100644 (file)
@@ -20,6 +20,7 @@ options {
        listen-on { 10.53.0.1; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
 };
 
 zone "." {
index 4275df44ce8eee7efa7c1f169448701881c531c3..4aad843482c79684b6a094f8c31c5089de9a57aa 100644 (file)
@@ -29,6 +29,7 @@ options {
        listen-on { 10.53.0.1; };
        listen-on-v6 { none; };
        recursion yes;
+       dnssec-validation no;
        deny-answer-addresses { 192.0.2.0/24; 2001:db8:beef::/48; }
                 except-from { "example.org"; };
        deny-answer-aliases { "example.org"; }
index e330e336beeeb79a540534c365e10b991287ecdf..89fe2b475c6411e9df032b0a32f5f2388ff16cfe 100644 (file)
@@ -29,6 +29,7 @@ options {
        listen-on { 10.53.0.1; };
        listen-on-v6 { none; };
        recursion yes;
+       dnssec-validation no;
        deny-answer-addresses { 192.0.2.0/24; 2001:db8:beef::/48; }
                 except-from { "example.org"; };
        deny-answer-aliases { "example.org"; }
index 07aaf218105b7c0a9976989cf0d425d805711c7c..1334c85cf270fb47589068b12fbb399cbfc38faa 100644 (file)
@@ -20,6 +20,7 @@ options {
        listen-on { 10.53.0.1; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
 };
 
 zone "." {
index 1f318dd8676b9e858e505273eb715e4d5362e526..8148d9e8719cb0de185fb11f8253f7e16ca29abe 100644 (file)
@@ -20,6 +20,7 @@ options {
        listen-on { 10.53.0.10; };
        listen-on-v6 { none; };
        minimal-responses no;
+       dnssec-validation no;
 };
 
 zone "net." {
index 61195f9136478a23e778e977cfedeb6221df62d6..19595a9132b5ff8b3b0330146a56a35fbaf74b27 100644 (file)
@@ -21,6 +21,7 @@ options {
        listen-on-v6 { none; };
        recursion yes;
        notify no;
+       dnssec-validation no;
 };
 
 zone "." {
index 67b4f4fc766721f42a4dd8e0b2d7ed54cd722d20..8338a9cb82c9e9294a9e6149d2046c6426d10cc1 100644 (file)
@@ -20,6 +20,7 @@ options {
        listen-on { 10.53.0.1; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
 };
 
 zone "example" {
index 751200f6f7fe39a64cdcdf87bfb467ea3d37e7f0..b38c228013ef97df70a9d923e45d2885f5542c1c 100644 (file)
@@ -18,6 +18,7 @@ options {
        listen-on-v6 { none; };
        recursion no;
         notify no;
+       dnssec-validation no;
 };
 
 # Should include all files matching pattern.
index 3ad6d966270ddd8a6fd10ac99b6a45120aec4372..38e6e90fbf47996df731cfc8fe58fb5072121fda 100644 (file)
@@ -31,6 +31,7 @@ options {
        notify yes;
        notify-delay 0;
        allow-new-zones yes;
+       dnssec-validation no;
 };
 
 zone "bits" {
index 3f6350f076589d9c8850ce7fc6b20c1bddf8cecb..6b3b3cd5bc8f08965546b9184602b23d462e60a4 100644 (file)
@@ -32,6 +32,7 @@ options {
        try-tcp-refresh no;
        notify-delay 0;
        allow-new-zones yes;
+       dnssec-validation no;
 };
 
 zone "bits" {
index fed200ab1ae4d233d4f8302dddaaa5dbc5b08ec8..c0745f40ffb540e5a92ef3be21955c82111b2357 100644 (file)
@@ -24,6 +24,7 @@ options {
        recursion no;
        notify yes;
        notify-delay 0;
+       dnssec-validation no;
 };
 
 zone "noixfr" {
index 215fd5848d0e0f32710f792f349f463be83c618d..8237f310a9a400004f80fef5b356d12788d2eb60 100644 (file)
@@ -30,6 +30,7 @@ options {
        recursion yes;
        notify yes;
        notify-delay 0;
+       dnssec-validation yes;
 };
 
 zone "." {
index 27590daec1b0c1355845acea3bb453cbeee6a6ff..47bb99151b1de57c70830d5f1516910017c66e32 100644 (file)
@@ -33,6 +33,7 @@ options {
        try-tcp-refresh no;
        notify-delay 0;
        allow-new-zones yes;
+       dnssec-validation no;
 };
 
 zone "example01.com" {
index 4009c4f482ef6c59f8e26b5cd3a0b44053e4975d..00d9dba3b6bc2986fdeea1844c9bc6a7290be954 100644 (file)
@@ -23,6 +23,7 @@ options {
        notify yes;
        ixfr-from-differences yes;
        check-integrity no;
+       dnssec-validation no;
 };
 
 zone "." {
index 65f152b471e3afa9230b193b123837d3a4cfd45c..48fc1cd01cb9c87f2021275aeff11848ddca4204 100644 (file)
@@ -21,6 +21,7 @@ options {
        listen-on-v6 { none; };
        recursion no;
        notify yes;
+       dnssec-validation no;
 };
 
 key rndc_key {
index e9b961242405b376676144ec31758324c7616fda..40af32492d23ad24c753c08c4190849f63f80136 100644 (file)
@@ -22,6 +22,7 @@ options {
        listen-on-v6 { none; };
        recursion no;
        notify yes;
+       dnssec-validation no;
 };
 
 key rndc_key {
index 925a28051b44f2430ec1246c28393c4bad6b00f3..ae6657e13e9579b968252950d7e27a9ba4e8b8a9 100644 (file)
@@ -21,6 +21,7 @@ options {
        listen-on-v6 { none; };
        recursion no;
        notify yes;
+       dnssec-validation no;
 };
 
 key rndc_key {
index 45d4f97bf4b89007a0c4fe3db1d92c1e9216384e..e1056fc589a700b7576d7dfe1d9613dfb47902ef 100644 (file)
@@ -22,6 +22,7 @@ options {
        recursion no;
        notify yes;
        provide-ixfr no;
+       dnssec-validation no;
 };
 
 key rndc_key {
index f90fce86737f23bcb0b9b03d195c75231367a6d9..bdbacc2c3da01064d8e251f8fe5d3343704bfbaf 100644 (file)
@@ -24,6 +24,7 @@ options {
        allow-transfer { any; };
        recursion no;
        dnssec-policy "none";
+       dnssec-validation no;
 };
 
 key rndc_key {
index 6199b0496b533383c6ba1b25323bf5619de3c958..b610d9847f8f2cf6de190461c44049917a4af02b 100644 (file)
@@ -27,6 +27,7 @@ options {
        allow-transfer { any; };
        recursion no;
        dnssec-policy "rsasha256";
+       dnssec-validation no;
 };
 
 key rndc_key {
index 4ded7a22189993d97f5703ae8aa6a916bafb7a80..459ea73a8926884ad5ba765fe173c94c30c264a3 100644 (file)
@@ -66,6 +66,7 @@ options {
        listen-on-v6 { none; };
        recursion no;
        dnssec-policy "test";
+       dnssec-validation no;
 };
 
 view "inherit" {
index dfa5bb1d4747c0d55abca447e48dec578b8468d2..44855b92d56901869a22ccd129ecda311f67ea4b 100644 (file)
@@ -51,6 +51,7 @@ options {
        listen-on-v6 { none; };
        recursion no;
        dnssec-policy "none";
+       dnssec-validation no;
 };
 
 view "inherit" {
index f00594b784dd9af6a293c608b5af7acaad798d1b..c339c447db2edcf5fa782649a09c3225b8abc25f 100644 (file)
@@ -27,6 +27,7 @@ options {
        allow-transfer { any; };
        recursion no;
        key-directory ".";
+       dnssec-validation no;
 };
 
 key rndc_key {
index 1bb6242b6d2db3179a423b48d7b2f9024e6bfb29..4d48fd9a7e3bb67920c1ffe1750f017df88366f6 100644 (file)
@@ -26,6 +26,7 @@ options {
        listen-on-v6 { none; };
        allow-transfer { any; };
        recursion no;
+       dnssec-validation no;
 };
 
 key rndc_key {
index 696dc48f987fc26d15889b90cfff61f84bba60ad..32dbf90056e08ab960d8080eb1c59753e22673a6 100644 (file)
@@ -21,6 +21,7 @@ options {
        listen-on-v6 { none; };
        recursion no;
        notify yes;
+       dnssec-validation no;
 };
 
 key rndc_key {
index 5fbd453f8738a7e35f74916609d9cddbc04df8c3..8ccf1c434320959df9ed94a8c2b38d2825c78ba3 100644 (file)
@@ -31,6 +31,7 @@ options {
        recursion yes;
        send-cookie yes;
        tcp-advertised-timeout 150;
+       dnssec-validation no;
 };
 
 zone "." {
index 873617b6005223111ec5304f4b16b3b674eb9338..3713f1309973769fb1149fca4982becf9bded863 100644 (file)
@@ -22,6 +22,7 @@ options {
        listen-on-v6 { none; };
        recursion yes;
        notify yes;
+       dnssec-validation no;
 };
 
 server 10.53.0.2 {
index c1e8a30e20a0610245105ee30f6769328fb0502f..40104c1b863cf7bbae7a00dcbb5548dd4a4cfaf3 100644 (file)
@@ -24,6 +24,7 @@ options {
        allow-transfer { any; };
        recursion no;
        key-directory ".";
+       dnssec-validation no;
 };
 
 key rndc_key {
index f0147b367053f2b2a6fa4a13d70bcfa341212550..3eb1adf9dd8eeca22e29ed5ebd61120261fc460d 100644 (file)
@@ -25,6 +25,7 @@ options {
        listen-on-v6 { none; };
        allow-transfer { any; };
        recursion no;
+       dnssec-validation no;
 };
 
 key rndc_key {
index fda402ca316da6d5d2848f1818054e9c1c81604e..ac25806e2daa13a0f61acf0fa95b99442d352ffb 100644 (file)
@@ -24,6 +24,7 @@ options {
        allow-transfer { any; };
        recursion no;
        key-directory ".";
+       dnssec-validation no;
 };
 
 key rndc_key {
index eb7a6538bbfa9ab015ded4eb0430e1143e8a02d0..fb533f94cab0067f267625f2443823941078fb82 100644 (file)
@@ -24,6 +24,7 @@ options {
        allow-transfer { any; };
        recursion no;
        key-directory ".";
+       dnssec-validation no;
 };
 
 key rndc_key {
index 118fdbd9b194840d4ca625321d2d3b048dd603bb..780f9e21cbaa5a1e85dae539ee62dafef53a5a0b 100644 (file)
@@ -22,6 +22,7 @@ options {
        recursion no;
        notify yes;
        minimal-responses no;
+       dnssec-validation no;
 };
 
 zone "." {
index 5ab72a5851c294b39f287a102f486e8fe61840d6..4203aae917c190442eac59f93cf628b0305ceea6 100644 (file)
@@ -21,6 +21,7 @@ options {
        listen-on-v6 { none; };
        recursion no;
        notify yes;
+       dnssec-validation no;
 };
 
 zone "include" {
index 28687feda402ac0e4f7556ccb90d39e3ef2150c7..a0d054fc6e00fdfd4ac8a03041d4dd68ce33a693 100644 (file)
@@ -22,6 +22,7 @@ options {
        notify no;
        session-keyfile "session.key";
        servfail-ttl 0;
+       dnssec-validation no;
 };
 
 key rndc_key {
index c0f29873181225571761b3f3155c95508758c873..db68aef4d0687bb1397eee46cd2f3d3b0534fe91 100644 (file)
@@ -21,6 +21,7 @@ options {
        recursion no;
        notify no;
        servfail-ttl 0;
+       dnssec-validation no;
 };
 
 zone "example" {
index eca537d93ec49900b02844a63ec5e19f2850affe..deaed8bd01aadac63229adced3d428d06ad4d45d 100644 (file)
@@ -20,6 +20,7 @@ options {
        listen-on-v6 { none; };
        recursion no;
        notify no;
+       dnssec-validation no;
 };
 
 key rndc_key {
index 5334786840c1c305a54eeb31d7cb415dda14249a..22173f7996cab2ce630780df2248f172ff39c5e7 100644 (file)
@@ -20,6 +20,7 @@ options {
        listen-on { 10.53.0.1; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
 };
 
 zone "." {
index 52999c532504f06c12abfa40338e0218ace5b2cb..7eaed5b11f2a418b111ec67194de5582ac762f3d 100644 (file)
@@ -29,6 +29,7 @@ options {
        listen-on { 10.53.0.2; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
 };
 
 zone "example" {
index a22835019f506ed78e3d3793e762dc96d6fa2b59..50f6158e62c705133f062b0857788b31dadbe068 100644 (file)
@@ -32,6 +32,7 @@ options {
        allow-query-cache { 10.53.0.1; };
        trust-anchor-telemetry yes;
        allow-new-zones yes;
+       dnssec-validation yes;
 };
 
 zone "." {
index ce570696b6d4532ba10fdc74e0c5ace71885168b..7cf25bbc4483db346e446fa6decc9a2436a023b3 100644 (file)
@@ -26,6 +26,7 @@ options {
        allow-transfer { any; };
        recursion no;
        key-directory ".";
+       dnssec-validation no;
 };
 
 key rndc_key {
index e19fd35f0d070808e5f1b3570cc88d4c1a5d6281..3f36f76cd576562d37123a0a6acbbcb95b8b3e33 100644 (file)
@@ -26,6 +26,7 @@ options {
        allow-transfer { any; };
        recursion no;
        key-directory ".";
+       dnssec-validation no;
 };
 
 key rndc_key {
index 3518fe38f8a8836a2a5c504d0a5dface7b4947b1..0a8e4f556c684aa664cbef9c83c208075b10f82d 100644 (file)
@@ -26,6 +26,7 @@ options {
        allow-transfer { any; };
        recursion no;
        key-directory ".";
+       dnssec-validation no;
 };
 
 key rndc_key {
index 50211bccc3858047a2036755a61e4b48728f02c0..c065e38f1b17f14907247e40a6312cfead4163b5 100644 (file)
@@ -23,6 +23,7 @@ options {
        notify yes;
        ixfr-from-differences yes;
        check-integrity no;
+       dnssec-validation no;
 };
 
 
index eb079c95ab8bacd52e4cf9c54a1ecf7f80f3456a..41a46be0d07c5080a37017956cd762edcf65872a 100644 (file)
@@ -21,6 +21,7 @@ options {
        listen-on-v6 { none; };
        recursion no;
        notify yes;
+       dnssec-validation no;
 };
 
 zone "." {
index abfdc102e2ccde98f6b63af25d9dcd89d28293c4..bc5af9d1b0f50503ec4459b2bdec2208c7b2e6e5 100644 (file)
@@ -22,6 +22,7 @@ options {
        recursion no;
        notify yes;
        startup-notify-rate 5;
+       dnssec-validation no;
 };
 
 key rndc_key {
index 687d9f1b2c0a8e0674adc71399282b746e1bd658..ee21f92c0e7da868bd4a969a68273a1232d3f9fa 100644 (file)
@@ -21,6 +21,7 @@ options {
        listen-on-v6 { none; };
        recursion yes;
        notify yes;
+       dnssec-validation no;
 };
 
 zone "." {
index f20d2eb587dab27878ecb2fad132e5b385205f73..95a0ff9c6b5f2b0beee5440516a3dab271d1a684 100644 (file)
@@ -21,6 +21,7 @@ options {
        listen-on-v6 { none; };
        recursion yes;
        notify yes;
+       dnssec-validation no;
 };
 
 zone "." {
index 4660fa216998075f414601c4b207481d73486958..3104bc7b6ae3a0edc1ba74eb65282ec0b9c8b077 100644 (file)
@@ -36,6 +36,7 @@ options {
        listen-on-v6 { none; };
        recursion yes;
        notify yes;
+       dnssec-validation no;
 };
 
 view "a" {
index d6caf15615e453afc88d2dcb4038f28eae397c7c..f4cc1b0e5cc98cf38a7ffd460f60c5914cd533c9 100644 (file)
@@ -27,6 +27,7 @@ options {
        listen-on-v6 { none; };
        allow-transfer { any; };
        recursion no;
+       dnssec-validation no;
 };
 
 key rndc_key {
index 0235f0c1e7e6568461f88b43b68e175164f0d951..183b31590acebb7a01faff814b63bf7e0c9c7ff9 100644 (file)
@@ -40,6 +40,7 @@ options {
        listen-on-v6 { none; };
        allow-transfer { any; };
        recursion no;
+       dnssec-validation no;
 };
 
 key rndc_key {
index c5c5ec2969232cb988db9541beb629bb203d29f6..ef7afeb8ad3eab859f6e48806d896fc1f3813aa9 100644 (file)
@@ -40,6 +40,7 @@ options {
        listen-on-v6 { none; };
        allow-transfer { any; };
        recursion no;
+       dnssec-validation no;
 };
 
 key rndc_key {
index 67b4f4fc766721f42a4dd8e0b2d7ed54cd722d20..8338a9cb82c9e9294a9e6149d2046c6426d10cc1 100644 (file)
@@ -20,6 +20,7 @@ options {
        listen-on { 10.53.0.1; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
 };
 
 zone "example" {
index a212d6d5691992e979c12d1d0875a54a42bbf909..0270e8ab4f6ba99a12b78fb5152e4b140dbf0868 100644 (file)
@@ -26,6 +26,7 @@ options {
        notify yes;
        minimal-responses no;
        update-quota 1;
+       dnssec-validation no;
        include "tls.options";
 };
 
index 397501a35251e400e0c72d1125f666c89997466e..a186d14114b5b2a2a25c184ed431e200c603a39a 100644 (file)
@@ -24,6 +24,7 @@ options {
        recursion no;
        notify yes;
        minimal-responses no;
+       dnssec-validation no;
        @TKEY_CONFIGURATION@
 };
 
index 0c6decfb579bf95bdefdd7dd0dfb29bd6772828d..023adf7ad0171dbdad8dc1ddf8eceabcb7989bd8 100644 (file)
@@ -22,6 +22,7 @@ options {
        recursion yes;
        notify yes;
        serial-query-rate 1; // workaround for KB AA-01213
+       dnssec-validation no;
 };
 
 key rndc_key {
index 39dec512c4fbbe770141c1587f658184e6b6cff5..e3c4d1b33d03b1cb3247d3f86d32f532ccce7a8a 100644 (file)
@@ -22,6 +22,7 @@ options {
        recursion no;
        notify yes;
        minimal-responses no;
+       dnssec-validation no;
 };
 
 key rndc_key {
index 82bc015ce43d2d170e67ef48ce480afdd0fa7219..c636cfc7542e86ec1a5295516cdd1b0f34008cad 100644 (file)
@@ -22,6 +22,7 @@ options {
        recursion no;
        notify yes;
        minimal-responses no;
+       dnssec-validation no;
 };
 
 key rndc_key {
index 7a484c7f2e3398dd8e6bd8fb9062297e3b82fde6..e5886e9acdd22ceb57f91541b4e8095446ce9a78 100644 (file)
@@ -22,6 +22,7 @@ options {
        recursion no;
        notify yes;
        minimal-responses no;
+       dnssec-validation no;
        tkey-gssapi-keytab "dns.keytab";
 };
 
index 042ac468e361869932e9174fc21a0e48e03291da..f69d3adacad9363c28d168749c88a67fc6dca574 100644 (file)
@@ -22,6 +22,7 @@ options {
        recursion no;
        notify yes;
        minimal-responses no;
+       dnssec-validation no;
        tkey-gssapi-keytab "dns-other-than-KRB5_KTNAME.keytab";
 };
 
index 0b70745ebd9c5f030b23bf6472a3eb589ee5199d..2cdc6afa746bb7559556effa7061eb6d2e939b39 100644 (file)
@@ -22,6 +22,7 @@ options {
        recursion no;
        notify yes;
        minimal-responses no;
+       dnssec-validation no;
        @TKEY_CONFIGURATION@
 };
 
index 9b5bf3a82a1d57d8461f42dabda6960ed4b6af61..91ebc66e1f88c5765119b910394cc743f4ad0374 100644 (file)
@@ -19,6 +19,7 @@ options {
        allow-query { any; };
        recursion no;
        allow-new-zones yes;
+       dnssec-validation no;
 };
 
 key rndc_key {
index 696dc48f987fc26d15889b90cfff61f84bba60ad..32dbf90056e08ab960d8080eb1c59753e22673a6 100644 (file)
@@ -21,6 +21,7 @@ options {
        listen-on-v6 { none; };
        recursion no;
        notify yes;
+       dnssec-validation no;
 };
 
 key rndc_key {
index 3f6e0d42c117faeb51bac56fd267cb2caecfc64e..10ba86b6242eac9600bb65719eea50fdac13102d 100644 (file)
@@ -31,6 +31,7 @@ options {
        recursion yes;
        send-cookie yes;
        response-padding { !10.53.0.8; any; } block-size 64;
+       dnssec-validation no;
 };
 
 zone "." {
index 9b7e123bfe0e9580265ea6b297129427cc642757..a719249690ba2761a37737ceb50b4ff6b99d78d4 100644 (file)
@@ -22,6 +22,7 @@ options {
        listen-on-v6 { none; };
        recursion yes;
        notify yes;
+       dnssec-validation no;
 };
 
 server 10.53.0.2 {
index 79b7f72c7a575f1f8d07aab3891215ca33b13c06..6828f2ab95a9bd53c28b97c751513fa6ffea1056 100644 (file)
@@ -22,6 +22,7 @@ options {
        listen-on-v6 { none; };
        recursion yes;
        notify yes;
+       dnssec-validation no;
 };
 
 server 10.53.0.2 {
index f09c3c944230e1f2358cc4a5bc59dc1bde00f190..af5d628495a09a270820d639bce6cd45f77fe04c 100644 (file)
@@ -22,6 +22,7 @@ options {
        listen-on { 10.53.0.1; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
 };
 
 zone "." {
index 6be90858dd90e29dc1078e3cec9d620c3a2f6a06..dfb55413f8e1fedb08944715d61a66eee200354c 100644 (file)
@@ -22,6 +22,7 @@ options {
        listen-on { 10.53.0.4; };
        listen-on-v6 { none; };
        recursion yes;
+       dnssec-validation yes;
 };
 
 zone "." {
index 74df436cc804c1bbe629a2f5318c545e4e046d46..2513a451389ef535ec2bf187c4e9836b0d7f6760 100644 (file)
@@ -18,6 +18,7 @@ options {
        listen-on port @PORT@ { 10.53.0.5; };
        pid-file "named.pid";
        nxdomain-redirect signed;
+       dnssec-validation no;
 };
 
 zone "." {
index d21171572535094026bb00079e3330e022bd7f9d..dee2bcf51effe1cedea41b32bd099f86bfd72a4a 100644 (file)
@@ -18,6 +18,7 @@ options {
        listen-on port @PORT@ { 10.53.0.6; };
        pid-file "named.pid";
        nxdomain-redirect unsigned;
+       dnssec-validation no;
 };
 
 zone "." {
index be1af2538ce5afa6e33e91d6257f703217a31598..97d416c2c1aae607200bb120c48b732d8558d7a1 100644 (file)
@@ -18,6 +18,7 @@ options {
        listen-on { 10.53.0.2; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
 };
 
 key rndc_key {
index fd97ca2c573a90d64a6ae53532914664e17c7d2e..20fe0ea1820a468ec83201c09f5a606ef2f0558d 100644 (file)
@@ -16,6 +16,7 @@ options {
        pid-file "named.pid";
        listen-on { 10.53.0.3; };
        listen-on-v6 { none; };
+       dnssec-validation no;
 };
 
 key rndc_key {
index 668142975628a6269a87028b9833b6c0d4b5fab5..e32fa49fdfb43e5a7107a2c96a1dda99c6bf7bc7 100644 (file)
@@ -17,6 +17,7 @@ options {
        listen-on { 10.53.0.5; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
 };
 
 key rndc_key {
index 3b09f41668abd480d370bf5a19b45b5dfee64a6e..a465a205aeb48549feae844db86d04bb76df61c1 100644 (file)
@@ -17,6 +17,7 @@ options {
        listen-on { 10.53.0.6; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
 };
 
 key rndc_key {
index af3e6fbdd52c3d7679fb76b7b2a3c9ae894bbdef..2d4bf7f49c6556cff7b65ef3a6c47b9d8549ddc5 100644 (file)
@@ -16,6 +16,7 @@ options {
        pid-file "named.pid";
        listen-on { 10.53.0.7; };
        listen-on-v6 { none; };
+       dnssec-validation no;
 };
 
 key rndc_key {
index 4cf402e244faf89a050d16ccc4655b8b5d19e545..8b466f0f36925c51726fc7666c83acef3dd74e2f 100644 (file)
@@ -22,6 +22,7 @@ options {
        listen-on-v6 { none; };
        notify no;
        minimal-responses no;
+       dnssec-validation no;
 };
 
 key rndc_key {
index 9a793c81253f60400ab4ecd563d306be97e70547..21af240d74e953eafeeaecddd0046180aa14df76 100644 (file)
@@ -23,6 +23,7 @@ options {
        listen-on { 10.53.0.5; };
        listen-on-v6 { none; };
        notify no;
+       dnssec-validation no;
 
        rate-limit {
            responses-per-second 2;
index 7a15fd7ead82ae1f4c6f06374d86b893dbba43cc..c81b3f68eed3dfaf501a68c02b28dee1a1c1dbbe 100644 (file)
@@ -23,6 +23,7 @@ options {
        listen-on-v6 { none; };
        recursion no;
        notify yes;
+       dnssec-validation no;
 };
 
 zone "." {
index aa3a01035a29bf30917dc98de722837a5a2baee7..4c0312acd54696ba89ce9024e18b39b2017394a3 100644 (file)
@@ -18,4 +18,5 @@ options {
        listen-on { 10.53.0.2; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
 };
index 23d09b5e70c76555bb467f655f54d701463754a7..71b7e099a0e50ea7e118800f3c28573be513fa58 100644 (file)
@@ -18,4 +18,5 @@ options {
        listen-on { 10.53.0.2; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
 };
index 3ebc14057355d4a3d96b15bf856bed98e6c5725d..fb79924074f87df2e961ff6980ba21900d2c8dfc 100644 (file)
@@ -18,4 +18,5 @@ options {
        listen-on { 10.53.0.2; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
 };
index 49f38b49a6d8c2bac7e60e1e1b3a530d54410e3c..722316f725d9f5f8f4cd5fa6c41f2864fb0b432b 100644 (file)
@@ -16,4 +16,5 @@ options {
        pid-file "named.pid";
        listen-on { 10.53.0.2; };
        listen-on-v6 { fd92:7065:b8e:ffff::2; };
+       dnssec-validation no;
 };
index 6ae88e5ee52830a6a0f78b206936f6fa90437090..f0ebcd34627feeba91435f9d38583a7da6d07ec9 100644 (file)
@@ -17,4 +17,5 @@ options {
        listen-on { 10.53.0.2; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
 };
index a895195be746ffcafc354333fecdb2acf0436f94..d25611db0218d0c85b3b749d51c88116dcdd98e3 100644 (file)
@@ -29,6 +29,7 @@ options {
        listen-on { 10.53.0.1; };
        listen-on-v6 { none; };
        recursion yes;
+       dnssec-validation no;
        max-stale-ttl 3600;
        stale-answer-ttl 4;
        stale-answer-enable yes;
index 2696a2b6b366a2c32fdbf0d80294aaecc0a8c515..82e5e76550c591d7f889e4ec743ae731e5ebc5cb 100644 (file)
@@ -29,6 +29,7 @@ options {
        listen-on { 10.53.0.1; };
        listen-on-v6 { none; };
        recursion yes;
+       dnssec-validation no;
        max-stale-ttl 3600;
        stale-answer-ttl 4;
        stale-answer-enable yes;
index 846c60c4d2ce8d818e557dfb091134e4cdfcb32a..4f6f17573a702cf445be1d9a0fb053d7d75d8cdc 100644 (file)
@@ -29,6 +29,7 @@ options {
        listen-on { 10.53.0.1; };
        listen-on-v6 { none; };
        recursion yes;
+       dnssec-validation no;
        max-stale-ttl 20;
        stale-answer-ttl 3;
        stale-answer-enable yes;
index 2c8f578e0ff42b5d737d853490446dcb7ccec386..f2cc2a853c29f396e613eac5c6e9372245249f88 100644 (file)
@@ -29,6 +29,7 @@ options {
        listen-on { 10.53.0.1; };
        listen-on-v6 { none; };
        recursion yes;
+       dnssec-validation no;
        max-stale-ttl 20;
        stale-answer-ttl 3;
        stale-answer-enable yes;
index 9b6ebc78917e561156b1460a67abb8ec3b85c2bb..5c7dddd807d0ece78b72f000b66d74499af0d254 100644 (file)
@@ -31,6 +31,7 @@ options {
        recursion yes;
        dump-file "named_dump3.db";
        stale-cache-enable yes;
+       dnssec-validation no;
 };
 
 zone "." {
index cfa60bdad3bb11e89a5476596967760e1474a107..7b5792d12fc7c12647b0870c7e372bec031e49d8 100644 (file)
@@ -29,6 +29,7 @@ options {
        listen-on { 10.53.0.3; };
        listen-on-v6 { none; };
        recursion yes;
+       dnssec-validation no;
        stale-answer-enable yes;
        stale-cache-enable yes;
        stale-answer-client-timeout 1800;
index 85640d8331a9eb845febce98993aaa90d8be919a..ac7dd997c17b4740af894c99c0d69c9e1c10fe4b 100644 (file)
@@ -29,6 +29,7 @@ options {
        listen-on { 10.53.0.4; };
        listen-on-v6 { none; };
        recursion yes;
+       dnssec-validation no;
        dump-file "named_dump.db";
        stale-answer-enable no;
        stale-cache-enable yes;
index 74d2156da31be53692732c8167e781b7b9c3dfae..9874728cbe122c34a7d06ca42a87eda7281cf4f8 100644 (file)
@@ -29,6 +29,7 @@ options {
        listen-on { 10.53.0.5; };
        listen-on-v6 { none; };
        recursion yes;
+       dnssec-validation no;
        dump-file "named_dump.db";
        stale-answer-enable yes;
        stale-cache-enable no;
index 1ba7da8a750db3f735cfe68e8ae31d63bfafea2d..47a63117ee3a155722c3450286812ddca184a83b 100755 (executable)
@@ -116,8 +116,8 @@ rndc_dumpdb ns1 || ret=1
 awk '/; stale/ { x=$0; getline; print x, $0}' ns1/named_dump.db.test$n |
     grep "; stale data\.example.*3[56]...*TXT.*A text record with a 2 second ttl" > /dev/null 2>&1 || ret=1
 # Also make sure the not expired data does not have a stale comment.
-awk '/; answer/ { x=$0; getline; print x, $0}' ns1/named_dump.db.test$n |
-    grep "; answer longttl\.example.*[56]...*TXT.*A text record with a 600 second ttl" > /dev/null 2>&1 || ret=1
+awk '/; authanswer/ { x=$0; getline; print x, $0}' ns1/named_dump.db.test$n |
+    grep "; authanswer longttl\.example.*[56]...*TXT.*A text record with a 600 second ttl" > /dev/null 2>&1 || ret=1
 if [ $ret != 0 ]; then echo_i "failed"; fi
 status=$((status+ret))
 
@@ -1600,8 +1600,8 @@ awk '/; expired/ { x=$0; getline; print x, $0}' ns5/named_dump.db.test$n |
 awk '/; expired/ { x=$0; getline; print x, $0}' ns5/named_dump.db.test$n |
     grep "; expired since .* (awaiting cleanup) othertype\.example\." > /dev/null 2>&1 || ret=1
 # Also make sure the not expired data does not have an expired comment.
-awk '/; answer/ { x=$0; getline; print x, $0}' ns5/named_dump.db.test$n |
-    grep "; answer longttl\.example.*A text record with a 600 second ttl" > /dev/null 2>&1 || ret=1
+awk '/; authanswer/ { x=$0; getline; print x, $0}' ns5/named_dump.db.test$n |
+    grep "; authanswer longttl\.example.*A text record with a 600 second ttl" > /dev/null 2>&1 || ret=1
 if [ $ret != 0 ]; then echo_i "failed"; fi
 status=$((status+ret))
 
index 33081ffe963d0d778eeda3e9f8268c7d48764eef..1a0b3ad91fe6ecaf206205d58ae0529fadde5fe5 100644 (file)
@@ -20,6 +20,7 @@ options {
        listen-on { 10.53.0.1; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
        notify yes;
 
        sortlist {
index f828586df7fbe08634951bd78796d106a4ba189e..d25251a7a96a6ebb59a93e9b92875331eca447e8 100644 (file)
@@ -20,6 +20,7 @@ options {
        listen-on { 10.53.0.1; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
        notify yes;
        ixfr-from-differences yes;
 };
index 1187e10b825996840023e584ec199d5aa9f6ced6..d370931d39073ae970faed2d320d99792938ac48 100644 (file)
@@ -20,6 +20,7 @@ options {
        listen-on { 10.53.0.2; };
        listen-on-v6 { none; };
        recursion yes;
+       dnssec-validation no;
        notify yes;
 };
 
index 5781886e397eba198a786bd3fc8a689512b112f0..52fd9fd855e2e69823ac195a2f07f5a480eb498d 100644 (file)
@@ -20,6 +20,7 @@ options {
        listen-on { 10.53.0.1; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
        notify explicit;
        minimal-responses no;
        version none;  // make statistics independent of the version number
index d1445edd322251710babce9381f775c019addbae..0221f3d59626fe905eb6ad7f64512842d1f22418 100644 (file)
@@ -20,6 +20,7 @@ options {
        listen-on { 10.53.0.2; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
        notify no;
        minimal-responses no;
        version none;  // make statistics independent of the version number
index 65be7a63db9d02e30b433a40592e3b67c2ab3fbf..0f5a2d3f2d8c6c7a22138f2276f7b7b154e27e35 100644 (file)
@@ -20,6 +20,7 @@ options {
        listen-on { 10.53.0.2; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
        notify no;
        minimal-responses no;
        version none;  // make statistics independent of the version number
index bfd5a8e467f50b2ad13be133e69c41f3838bd93a..cf3fc0935b4bcb7f75739d063b23684c7dfd3838 100644 (file)
@@ -20,6 +20,7 @@ options {
        listen-on { 10.53.0.3; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
        notify no;
        minimal-responses no;
        version none;  // make statistics independent of the version number
index 765cf696e8b48957675e1d1b21393684bc571820..2bf1b40b110b994d37806cb4f6b320087a704edf 100644 (file)
@@ -20,6 +20,7 @@ options {
        listen-on { 10.53.0.1; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
        notify yes;
        minimal-responses no;
 };
index 29364822ba9760373c1f76689919a7567c36708f..1f006e0b8f8dbc0a299aeba1b6ce5c885a2a3ee1 100644 (file)
@@ -20,6 +20,7 @@ options {
        listen-on { 10.53.0.2; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
        notify yes;
        minimal-responses no;
 };
index 32368893e6242406bd81491996af05167d8c3ca5..e8e432f316309095f246cab20d749ebf095e1381 100644 (file)
@@ -20,6 +20,7 @@ options {
        listen-on { 10.53.0.3; };
        listen-on-v6 { none; };
        recursion yes;
+       dnssec-validation no;
        notify yes;
        minimal-responses no;
 };
index c042f6a301ae15ee5f91b59fb95dde1fffbc9f93..010e75449f9b97de0b9b4f358cd82ba09b12ed87 100644 (file)
@@ -20,6 +20,7 @@ options {
        listen-on { 10.53.0.1; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
        notify yes;
        statistics-file "named.stats";
 };
index 75f039af668449f5e88d82743ef64451b3e90909..0a97093192ff441e0ad2f931f2c9a15aabf44eae 100644 (file)
@@ -20,6 +20,7 @@ options {
        listen-on { 10.53.0.2; };
        listen-on-v6 { none; };
        recursion yes;
+       dnssec-validation no;
        notify yes;
        statistics-file "named.stats";
 };
index 7e2ba8b23d86f3803186acee494016e7a6a38035..8516d721bbaa93c5d05ba4ca3bfc1748bd296c7b 100644 (file)
@@ -21,6 +21,7 @@ options {
        listen-on { 10.53.0.3; };
        listen-on-v6 { none; };
        recursion yes;
+       dnssec-validation no;
        notify yes;
 };
 
index 3d4c770d073b16fd133250287034ea23a91058d3..a7758cc9e94fdb7cc0712475b76f58bc34c2dbca 100644 (file)
@@ -21,6 +21,7 @@ options {
        listen-on { 10.53.0.4; };
        listen-on-v6 { none; };
        recursion yes;
+       dnssec-validation no;
        notify yes;
        forwarders { 10.53.0.2; };
        forward only;
index 1103fce7209eae61e431007b2a4db662ad89c625..b52891eab01ef5c3058be2233919dc6ab4b627c4 100644 (file)
@@ -20,6 +20,7 @@ options {
        listen-on { 10.53.0.7; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
        notify yes;
        statistics-file "named.stats";
        tcp-clients 1;
index 4b422e22b288a930757148e21f09e3930e6a5fc4..1c4654984a33d37e595c7eabc821ae6c1b0ca6db 100644 (file)
@@ -25,6 +25,7 @@ options {
        pid-file "named.pid";
        listen-on { 10.53.0.1; };
        listen-on-v6 { none; };
+       dnssec-validation no;
        recursion no;
        notify no;
        tcp-initial-timeout 20;
index ab965689627c798db9b5456bc7f8c484d1d94012..b783805aac599442b839aaf1267e509de3eed37e 100644 (file)
@@ -20,6 +20,7 @@ options {
        listen-on { 10.53.0.1; };
        listen-on-v6 { none; };
        recursion yes;
+       dnssec-validation no;
        notify no;
 };
 
index 1419b59fc80c00e10fa723d1aeb17a3c11e5d290..7b34c3297f822e849700a37e919cbb0b13a6c8f2 100644 (file)
@@ -21,6 +21,7 @@ options {
        listen-on { 10.53.0.1; 127.0.0.1; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
        notify yes;
        tkey-gssapi-keytab "dns.keytab";
 };
index 0a2653fbc2c48249d29f19d0cd7377a85d39fa9f..51eee0cd336e1a4a064ca3ffed4419fd1149b9a2 100644 (file)
@@ -29,6 +29,7 @@ options {
        listen-on { 10.53.0.1; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
        check-integrity no;
 };
 
index a240cbeb770d233b2282ca38917fde3db1537197..a4b98db7afb55524f4e58b0842b632fadbb56326 100644 (file)
@@ -20,6 +20,7 @@ options {
        listen-on { 10.53.0.1; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
        notify no;
 };
 
index 01361c7149b55659cb7dd9e93c5fc0f36f8b2c24..af818365307ac3e7bd2c243770bb5a0bf9bcd43a 100644 (file)
@@ -20,6 +20,7 @@ options {
        listen-on { 10.53.0.2; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
        notify no;
 };
 
index 828d6677b896b455df8c1acd93e5f4434a9cd3fa..ae20a688e4624f09431e4be86c286ac126e662f6 100644 (file)
@@ -20,6 +20,7 @@ options {
        listen-on { 10.53.0.3; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
        notify no;
 };
 
index a2ae56448cf323a7e34f3bc45460ebb6178be29d..721f4fe3407178edb8901bdf2934e17755630bce 100644 (file)
@@ -27,6 +27,7 @@ options {
        listen-on tls ephemeral { 10.53.0.1; };
        listen-on-v6 { none; };
        recursion yes;
+       dnssec-validation no;
        notify yes;
 };
 
index 34d6d52047148a59ad859437ab641c53d78906ac..2322aa198469c672b27df2802aac2957972c84c2 100644 (file)
@@ -20,6 +20,7 @@ options {
        listen-on { 10.53.0.2; };
        listen-on-v6 { none; };
        recursion yes;
+       dnssec-validation no;
        notify yes;
 };
 
index 624fdcef99718f79d78b3e1c0194a9d330e84f2d..b1e42f71cd140228c7c87c945fdf2fd9a9ef1852 100644 (file)
@@ -22,6 +22,7 @@ options {
        listen-on tls ephemeral { 10.53.0.3; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
        notify yes;
        include "dnstap.conf";
 };
index 9d5df0f0291772a7d55a9cd7e99f8496e9d7e19b..1fe3e0488a0b380b245ed4517cd074283656546b 100644 (file)
@@ -22,6 +22,7 @@ options {
        listen-on tls ephemeral { 10.53.0.3; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
        notify yes;
        update-quota 1;
 };
index eb079c95ab8bacd52e4cf9c54a1ecf7f80f3456a..888b9b0ec3924765d6930dc08bdd651ca2bf03c3 100644 (file)
@@ -20,6 +20,7 @@ options {
        listen-on { 10.53.0.1; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
        notify yes;
 };
 
index 54c7fe56931ccc029096e0a0157146af84f2e694..4a257c049eb47ddefb946f90c68b401bd9886d01 100644 (file)
@@ -20,6 +20,7 @@ options {
        listen-on { 10.53.0.2; };
        listen-on-v6 { none; };
        recursion yes;
+       dnssec-validation no;
        notify yes;
 };
 
index 937e5b06361c7f300e678673f8fca46193d5f9c9..8a4d77385e312066a04633efaf8a180446f217fa 100644 (file)
@@ -20,6 +20,7 @@ options {
        listen-on { 10.53.0.2; 10.53.0.4; };
        listen-on-v6 { none; };
        recursion yes;
+       dnssec-validation no;
        notify yes;
 };
 
index 758e2aab9bd3c231c170c30aaec1dd2e6aaa0349..d84cda96921ed5d1f834660ad93ce1b23d977716 100644 (file)
@@ -20,6 +20,7 @@ options {
        listen-on { 10.53.0.2; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
        notify no;
 };
 
index a03551ef51f83260ea36a6ff93f486de8d1bcb55..b4fbf417cd780b2d9bc1a12411d08b055168de19 100644 (file)
@@ -21,6 +21,7 @@ options {
        listen-on { 10.53.0.3; };
        listen-on-v6 { none; };
        recursion yes;
+       dnssec-validation no;
        notify yes;
 };
 
index 6aac6892f9de7dc4c3eb5e31cb93f848e5162e83..0ef2009732763858c56c1e4c6a07f8df4db3620f 100644 (file)
@@ -21,6 +21,7 @@ options {
        listen-on { 10.53.0.3; };
        listen-on-v6 { none; };
        recursion yes;
+       dnssec-validation no;
        notify yes;
 };
 
index d1f294cd4f2d29fd94622f31d89a8f228b726868..4c4ee4e27133137c83da706b5c5b41b0d89667b1 100644 (file)
@@ -21,6 +21,7 @@ options {
        listen-on { 10.53.0.5; };
        listen-on-v6 { none; };
        recursion yes;
+       dnssec-validation no;
        notify yes;
 };
 
index 6777f5bb8d7701f77b31e01572771af6b7e29b81..10d670f53e96adad71dff26b8b8d959c08dd3fb9 100644 (file)
@@ -26,6 +26,7 @@ options {
        listen-on { 10.53.0.1; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
        notify yes;
 };
 
index 434743d10176deeddef46c5acae8fbfa7fac4edc..b349c33934a0a81e6c4b1d825050df31c02172da 100644 (file)
@@ -26,6 +26,7 @@ options {
        listen-on { 10.53.0.1; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
        notify yes;
 };
 
index 4f6344c69716a41682194819348c9bef83d30962..05af9614cb2b3fc51722a52a85f8561e25c13ce8 100644 (file)
@@ -26,6 +26,7 @@ options {
        listen-on { 10.53.0.1; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
        notify yes;
 };
 
index 7b95f5a6210dedb68b7c200e64cb74a0e6a0fd91..3fa20a3d9a9b493c023146a3ee1dee94c02fc36e 100644 (file)
@@ -20,6 +20,7 @@ options {
        listen-on { 10.53.0.2; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
        notify yes;
        ixfr-from-differences yes;
        check-integrity no;
index 426c008f10c12f8e4803fe7969095173610797db..6b25c3c61b8fbd200c526a185f78df3a3b8d2d79 100644 (file)
@@ -20,6 +20,7 @@ options {
        listen-on { 10.53.0.3; };
        listen-on-v6 { none; };
        recursion yes;
+       dnssec-validation no;
        notify yes;
 };
 
index d5b87108964610ca902d317f69cc138e0fac0f9c..87397b0619fb4115e71fb4a53f42ba9726833313 100644 (file)
@@ -26,6 +26,7 @@ options {
        listen-on { 10.53.0.6; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
        notify yes;
        ixfr-from-differences primary;
        check-integrity no;
index 9bd92b3fd4cb055ca1318ae9df10ad6f10ef9644..47a9b0576773aa9a8c682c03dfa1dac14013488b 100644 (file)
@@ -26,6 +26,7 @@ options {
        listen-on { 10.53.0.7; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
        notify yes;
        ixfr-from-differences secondary;
        check-integrity no;
index 6acd054196d91971338e7d297d65d5e320a40659..17fee1f1255d5f0170241bd044c2141abd0ea0cb 100644 (file)
@@ -26,6 +26,7 @@ options {
        listen-on { 10.53.0.8; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
        notify no;
        transfer-message-size 1024;
 };
index 0d1933f52c33022f68ba08c5d3202127d57289e5..e868318ae6b0a4ce6497a9eb8b9610303bcf7520 100644 (file)
@@ -20,6 +20,7 @@ options {
        listen-on { 10.53.0.1; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
        notify yes;
 };
 
index ef55dc6bd7a632e0786257a0da4ea9a231e28966..f21938e03512f4ec35ad36537f4fdb8e6fd56f24 100644 (file)
@@ -20,6 +20,7 @@ options {
        listen-on { 10.53.0.2; };
        listen-on-v6 { none; };
        recursion no;
+       dnssec-validation no;
        notify no;
 
        transfers-in 5;