From 6dd3a22f2f630dacc66bf4380785bbff9dbeb8a9 Mon Sep 17 00:00:00 2001 From: Niklas Yann Wettengel Date: Sun, 25 Feb 2018 21:57:09 +0100 Subject: [PATCH] updatet master dns server --- roles/install_bind/templates/named.conf.j2 | 14 +++++++------- 1 file 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; }; };