]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
tailor for 9.7
authorMark Andrews <marka@isc.org>
Thu, 26 Jul 2012 06:20:47 +0000 (16:20 +1000)
committerMark Andrews <marka@isc.org>
Thu, 26 Jul 2012 06:20:47 +0000 (16:20 +1000)
bin/tests/system/dnssec/ns4/named3.conf

index 2d407407dcafdc0a708a6fcd7f8aa6619178a5d5..b8bfb6cb2dba0baf7d1c566abad9c3340aebc17c 100644 (file)
@@ -31,9 +31,8 @@ options {
        recursion yes;
        acache-enable yes;
        dnssec-enable yes;
-       dnssec-validation auto;
-        bindkeys-file "managed.conf";
-        dnssec-accept-expired yes;
+       dnssec-validation yes;
+       dnssec-accept-expired yes;
 };
 
 key rndc_key {
@@ -49,3 +48,5 @@ zone "." {
        type hint;
        file "../../common/root.hint";
 };
+
+include "managed.conf";