diff options
author | Niklas Yann Wettengel <niyawe@niyawe.de> | 2018-02-25 21:57:09 +0100 |
---|---|---|
committer | Niklas Yann Wettengel <niyawe@niyawe.de> | 2018-02-25 21:57:09 +0100 |
commit | 6dd3a22f2f630dacc66bf4380785bbff9dbeb8a9 (patch) | |
tree | 7b17d973131b7e9b310a160ce4036bea2b6ade17 /roles/install_bind/templates/named.conf.j2 | |
parent | fd81293b4b8ef3e49c63b8de2955f6d9ef05ce37 (diff) |
updatet master dns server
Diffstat (limited to 'roles/install_bind/templates/named.conf.j2')
-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; }; }; |