From 59331e63f21606615d45d45e2f9be6eaf5df80e1 Mon Sep 17 00:00:00 2001 From: Niklas Yann Wettengel Date: Fri, 12 Apr 2019 20:02:58 +0200 Subject: [PATCH] bind fix --- roles/install_bind/templates/named.conf.j2 | 2 -- 1 file changed, 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;