From: Peter Palfrader Date: Fri, 29 Jul 2011 14:36:53 +0000 (+0200) Subject: ftp-upcoming.debian.org dns X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=456200b3a87d457660fe7e868b166cfe6ce1a7e8 ftp-upcoming.debian.org dns --- diff --git a/modules/named/files/common/named.conf.geo b/modules/named/files/common/named.conf.geo index a5b2c61c..63512d5a 100644 --- a/modules/named/files/common/named.conf.geo +++ b/modules/named/files/common/named.conf.geo @@ -30,6 +30,14 @@ view "AF" { allow-transfer { }; }; + zone "ftp-upcoming.debian.org" { + type master; + file "/etc/bind/geodns/zonefiles/db.ftp-upcoming.debian.org.AF"; + notify no; + allow-query { any; }; + allow-transfer { }; + }; + zone "ftp.debian.org" { type master; file "/etc/bind/geodns/zonefiles/db.ftp.debian.org.AF"; @@ -106,6 +114,14 @@ view "AN" { allow-transfer { }; }; + zone "ftp-upcoming.debian.org" { + type master; + file "/etc/bind/geodns/zonefiles/db.ftp-upcoming.debian.org.AN"; + notify no; + allow-query { any; }; + allow-transfer { }; + }; + zone "ftp.debian.org" { type master; file "/etc/bind/geodns/zonefiles/db.ftp.debian.org.AN"; @@ -182,6 +198,14 @@ view "AS" { allow-transfer { }; }; + zone "ftp-upcoming.debian.org" { + type master; + file "/etc/bind/geodns/zonefiles/db.ftp-upcoming.debian.org.AS"; + notify no; + allow-query { any; }; + allow-transfer { }; + }; + zone "ftp.debian.org" { type master; file "/etc/bind/geodns/zonefiles/db.ftp.debian.org.AS"; @@ -258,6 +282,14 @@ view "EU" { allow-transfer { }; }; + zone "ftp-upcoming.debian.org" { + type master; + file "/etc/bind/geodns/zonefiles/db.ftp-upcoming.debian.org.EU"; + notify no; + allow-query { any; }; + allow-transfer { }; + }; + zone "ftp.debian.org" { type master; file "/etc/bind/geodns/zonefiles/db.ftp.debian.org.EU"; @@ -334,6 +366,14 @@ view "NA" { allow-transfer { }; }; + zone "ftp-upcoming.debian.org" { + type master; + file "/etc/bind/geodns/zonefiles/db.ftp-upcoming.debian.org.NA"; + notify no; + allow-query { any; }; + allow-transfer { }; + }; + zone "ftp.debian.org" { type master; file "/etc/bind/geodns/zonefiles/db.ftp.debian.org.NA"; @@ -410,6 +450,14 @@ view "OC" { allow-transfer { }; }; + zone "ftp-upcoming.debian.org" { + type master; + file "/etc/bind/geodns/zonefiles/db.ftp-upcoming.debian.org.OC"; + notify no; + allow-query { any; }; + allow-transfer { }; + }; + zone "ftp.debian.org" { type master; file "/etc/bind/geodns/zonefiles/db.ftp.debian.org.OC"; @@ -486,6 +534,14 @@ view "SA" { allow-transfer { }; }; + zone "ftp-upcoming.debian.org" { + type master; + file "/etc/bind/geodns/zonefiles/db.ftp-upcoming.debian.org.SA"; + notify no; + allow-query { any; }; + allow-transfer { }; + }; + zone "ftp.debian.org" { type master; file "/etc/bind/geodns/zonefiles/db.ftp.debian.org.SA"; @@ -562,6 +618,14 @@ view "undef" { allow-transfer { }; }; + zone "ftp-upcoming.debian.org" { + type master; + file "/etc/bind/geodns/zonefiles/db.ftp-upcoming.debian.org.undef"; + notify no; + allow-query { any; }; + allow-transfer { }; + }; + zone "ftp.debian.org" { type master; file "/etc/bind/geodns/zonefiles/db.ftp.debian.org.undef"; @@ -638,6 +702,14 @@ view "default" { allow-transfer { }; }; + zone "ftp-upcoming.debian.org" { + type master; + file "/etc/bind/geodns/zonefiles/db.ftp-upcoming.debian.org"; + notify no; + allow-query { any; }; + allow-transfer { }; + }; + zone "ftp.debian.org" { type master; file "/etc/bind/geodns/zonefiles/db.ftp.debian.org";