From 82e6f06b6bc5ab3baeb7b40fc4cd4afc44069e48 Mon Sep 17 00:00:00 2001 From: Niklas Yann Wettengel Date: Tue, 20 Dec 2022 13:09:39 +0100 Subject: ff-uniko1 --- roles/install_bind/templates/named.conf.j2 | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'roles/install_bind') diff --git a/roles/install_bind/templates/named.conf.j2 b/roles/install_bind/templates/named.conf.j2 index 056a6ea..feba4de 100644 --- a/roles/install_bind/templates/named.conf.j2 +++ b/roles/install_bind/templates/named.conf.j2 @@ -4,7 +4,6 @@ options { directory "/var/named"; pid-file "/run/named/named.pid"; - dnssec-enable yes; dnssec-validation auto; auth-nxdomain no; # conform to RFC1035 @@ -29,9 +28,9 @@ options { hostname none; server-id none; - dns64 64:ff9b::/96 { - clients { any; }; - }; + //dns64 64:ff9b::/96 { + // clients { any; }; + //}; max-cache-size 1024M; }; @@ -69,47 +68,47 @@ zone "ffaw" IN { type slave; file "bak/ffaw.zone"; allow-query { any; }; - masters { 2a01:4f8:a0:826b:1::17; }; + masters { 2a01:4f8:a0:6396:1::17; }; }; zone "ffcoc" IN { type slave; file "bak/ffcoc.zone"; allow-query { any; }; - masters { 2a01:4f8:a0:826b:1::17; }; + masters { 2a01:4f8:a0:6396:1::17; }; }; zone "ffems" IN { type slave; file "bak/ffems.zone"; allow-query { any; }; - masters { 2a01:4f8:a0:826b:1::17; }; + masters { 2a01:4f8:a0:6396:1::17; }; }; zone "ffko" IN { type slave; file "bak/ffko.zone"; allow-query { any; }; - masters { 2a01:4f8:a0:826b:1::17; }; + masters { 2a01:4f8:a0:6396:1::17; }; }; zone "ffmy" IN { type slave; file "bak/ffmy.zone"; allow-query { any; }; - masters { 2a01:4f8:a0:826b:1::17; }; + masters { 2a01:4f8:a0:6396:1::17; }; }; zone "ffmyk" IN { type slave; file "bak/ffmyk.zone"; allow-query { any; }; - masters { 2a01:4f8:a0:826b:1::17; }; + masters { 2a01:4f8:a0:6396:1::17; }; }; zone "ffsim" IN { type slave; file "bak/ffsim.zone"; allow-query { any; }; - masters { 2a01:4f8:a0:826b:1::17; }; + masters { 2a01:4f8:a0:6396:1::17; }; }; -- cgit v1.2.3-54-g00ecf