summaryrefslogtreecommitdiff
path: root/roles/install_bind/templates/named.conf.j2
diff options
context:
space:
mode:
authorNiklas Yann Wettengel <niyawe@niyawe.de>2022-12-20 13:09:39 +0100
committerNiklas Yann Wettengel <niyawe@niyawe.de>2022-12-20 13:09:39 +0100
commit82e6f06b6bc5ab3baeb7b40fc4cd4afc44069e48 (patch)
tree3e4f140aa36502a337a963cf7c5fcfd48a33cb17 /roles/install_bind/templates/named.conf.j2
parentaa15d8285c715478885224a4fb52d97dd3161774 (diff)
ff-uniko1
Diffstat (limited to 'roles/install_bind/templates/named.conf.j2')
-rw-r--r--roles/install_bind/templates/named.conf.j221
1 files changed, 10 insertions, 11 deletions
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; };
};