X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fnamed%2Ffiles%2Fcommon%2Fnamed.conf.geo;h=63512d5a418070893de0c8c705832be8306217da;hb=6a74fcd797fb66c3fba4208a284e5c0f1be252b7;hp=a5b2c61c8737d67c36084da70d3e8bd06636bcac;hpb=7279b0d0194e8eb0373dda44fa29f0ef3390f3bf;p=mirror%2Fdsa-puppet.git diff --git a/modules/named/files/common/named.conf.geo b/modules/named/files/common/named.conf.geo index a5b2c61c8..63512d5a4 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";