diff options
-rw-r--r-- | roles/install_bind/templates/named.conf.j2 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/roles/install_bind/templates/named.conf.j2 b/roles/install_bind/templates/named.conf.j2 index b907ee8..9947b04 100644 --- a/roles/install_bind/templates/named.conf.j2 +++ b/roles/install_bind/templates/named.conf.j2 @@ -6,7 +6,6 @@ options { dnssec-enable yes; dnssec-validation yes; - dnssec-lookaside auto; auth-nxdomain no; # conform to RFC1035 @@ -24,7 +23,6 @@ options { allow-recursion { 127.0.0.1; 10.222.0.0/16; 2001:470:cd45:ff00::/56; 2a03:2260:1016::/48; }; allow-transfer { none; }; - allow-update { none; }; version none; hostname none; |