From 456200b3a87d457660fe7e868b166cfe6ce1a7e8 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 29 Jul 2011 16:36:53 +0200 Subject: [PATCH] ftp-upcoming.debian.org dns --- modules/named/files/common/named.conf.geo | 72 +++++++++++++++++++++++ 1 file changed, 72 insertions(+) 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"; -- 2.20.1