summaryrefslogtreecommitdiff
path: root/roles/install_bind/templates/named.conf.j2
diff options
context:
space:
mode:
authorNiklas Yann Wettengel <niyawe@niyawe.de>2019-04-12 18:25:27 +0200
committerNiklas Yann Wettengel <niyawe@niyawe.de>2019-04-12 18:25:27 +0200
commit82026eeabf2897d387d0dd2e9f407cc88c3ea20f (patch)
tree4b6707bdd84dd32f6919e441a3aa1248b99de6c3 /roles/install_bind/templates/named.conf.j2
parenta530d571a1f15c4c60632433a11fb649b21f835c (diff)
updated master dns server
Diffstat (limited to 'roles/install_bind/templates/named.conf.j2')
-rw-r--r--roles/install_bind/templates/named.conf.j214
1 files changed, 7 insertions, 7 deletions
diff --git a/roles/install_bind/templates/named.conf.j2 b/roles/install_bind/templates/named.conf.j2
index 3074945..b907ee8 100644
--- a/roles/install_bind/templates/named.conf.j2
+++ b/roles/install_bind/templates/named.conf.j2
@@ -65,47 +65,47 @@ zone "ffaw" IN {
type slave;
file "bak/ffaw.zone";
allow-query { any; };
- masters { 2a03:2260:1016:1::1:2; 2a03:2260:1016:2::1:2; };
+ masters { 2a01:4f8:a0:826b:1::17; };
};
zone "ffcoc" IN {
type slave;
file "bak/ffcoc.zone";
allow-query { any; };
- masters { 2a03:2260:1016:1::1:2; 2a03:2260:1016:2::1:2; };
+ masters { 2a01:4f8:a0:826b:1::17; };
};
zone "ffems" IN {
type slave;
file "bak/ffems.zone";
allow-query { any; };
- masters { 2a03:2260:1016:1::1:2; 2a03:2260:1016:2::1:2; };
+ masters { 2a01:4f8:a0:826b:1::17; };
};
zone "ffko" IN {
type slave;
file "bak/ffko.zone";
allow-query { any; };
- masters { 2a03:2260:1016:1::1:2; 2a03:2260:1016:2::1:2; };
+ masters { 2a01:4f8:a0:826b:1::17; };
};
zone "ffmy" IN {
type slave;
file "bak/ffmy.zone";
allow-query { any; };
- masters { 2a03:2260:1016:1::1:2; 2a03:2260:1016:2::1:2; };
+ masters { 2a01:4f8:a0:826b:1::17; };
};
zone "ffmyk" IN {
type slave;
file "bak/ffmyk.zone";
allow-query { any; };
- masters { 2a03:2260:1016:1::1:2; 2a03:2260:1016:2::1:2; };
+ masters { 2a01:4f8:a0:826b:1::17; };
};
zone "ffsim" IN {
type slave;
file "bak/ffsim.zone";
allow-query { any; };
- masters { 2a03:2260:1016:1::1:2; 2a03:2260:1016:2::1:2; };
+ masters { 2a01:4f8:a0:826b:1::17; };
};