diff options
-rw-r--r-- | roles/install_bind/templates/named.conf.j2 | 14 |
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 1344d8b..3074945 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 { 2001:470:cd45:ff00::1:2; }; + masters { 2a03:2260:1016:1::1:2; 2a03:2260:1016:2::1:2; }; }; zone "ffcoc" IN { type slave; file "bak/ffcoc.zone"; allow-query { any; }; - masters { 2001:470:cd45:ff00::1:2; }; + masters { 2a03:2260:1016:1::1:2; 2a03:2260:1016:2::1:2; }; }; zone "ffems" IN { type slave; file "bak/ffems.zone"; allow-query { any; }; - masters { 2001:470:cd45:ff00::1:2; }; + masters { 2a03:2260:1016:1::1:2; 2a03:2260:1016:2::1:2; }; }; zone "ffko" IN { type slave; file "bak/ffko.zone"; allow-query { any; }; - masters { 2001:470:cd45:ff00::1:2; }; + masters { 2a03:2260:1016:1::1:2; 2a03:2260:1016:2::1:2; }; }; zone "ffmy" IN { type slave; file "bak/ffmy.zone"; allow-query { any; }; - masters { 2001:470:cd45:ff00::1:2; }; + masters { 2a03:2260:1016:1::1:2; 2a03:2260:1016:2::1:2; }; }; zone "ffmyk" IN { type slave; file "bak/ffmyk.zone"; allow-query { any; }; - masters { 2001:470:cd45:ff00::1:2; }; + masters { 2a03:2260:1016:1::1:2; 2a03:2260:1016:2::1:2; }; }; zone "ffsim" IN { type slave; file "bak/ffsim.zone"; allow-query { any; }; - masters { 2001:470:cd45:ff00::1:2; }; + masters { 2a03:2260:1016:1::1:2; 2a03:2260:1016:2::1:2; }; }; |