summaryrefslogtreecommitdiff
path: root/roles/install_bind/templates/named.conf.j2
diff options
context:
space:
mode:
authorNiklas Yann Wettengel <niyawe@niyawe.de>2019-04-12 20:02:58 +0200
committerNiklas Yann Wettengel <niyawe@niyawe.de>2019-04-12 20:02:58 +0200
commit59331e63f21606615d45d45e2f9be6eaf5df80e1 (patch)
treeec6a2a8d245e9e0175f3f383a72e4a5065a058e5 /roles/install_bind/templates/named.conf.j2
parent196f36c3aa16e7acc90badd656f4261b29a16dec (diff)
bind fix
Diffstat (limited to 'roles/install_bind/templates/named.conf.j2')
-rw-r--r--roles/install_bind/templates/named.conf.j22
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;