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; }; };