From f749772c6b9d195d22e63e7457f0178267e797eb Mon Sep 17 00:00:00 2001 From: Simon Paillard Date: Mon, 24 Jan 2011 21:15:58 +0100 Subject: [PATCH] Add archive.debian.org to GeoDNS zones Signed-off-by: Peter Palfrader --- 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 13603f2c8..d99b01650 100644 --- a/modules/named/files/common/named.conf.geo +++ b/modules/named/files/common/named.conf.geo @@ -6,6 +6,14 @@ view "AF" { match-clients { AF; }; + zone "archive.debian.org" { + type master; + file "/etc/bind/geodns/zonefiles/db.archive.debian.org.AF"; + notify no; + allow-query { any; }; + allow-transfer { }; + }; + zone "volatile.debian.org" { type master; file "/etc/bind/geodns/zonefiles/db.volatile.debian.org.AF"; @@ -66,6 +74,14 @@ view "AF" { view "AN" { match-clients { AN; }; + zone "archive.debian.org" { + type master; + file "/etc/bind/geodns/zonefiles/db.archive.debian.org.AN"; + notify no; + allow-query { any; }; + allow-transfer { }; + }; + zone "volatile.debian.org" { type master; file "/etc/bind/geodns/zonefiles/db.volatile.debian.org.AN"; @@ -126,6 +142,14 @@ view "AN" { view "AS" { match-clients { AS; }; + zone "archive.debian.org" { + type master; + file "/etc/bind/geodns/zonefiles/db.archive.debian.org.AS"; + notify no; + allow-query { any; }; + allow-transfer { }; + }; + zone "volatile.debian.org" { type master; file "/etc/bind/geodns/zonefiles/db.volatile.debian.org.AS"; @@ -186,6 +210,14 @@ view "AS" { view "EU" { match-clients { EU; }; + zone "archive.debian.org" { + type master; + file "/etc/bind/geodns/zonefiles/db.archive.debian.org.EU"; + notify no; + allow-query { any; }; + allow-transfer { }; + }; + zone "volatile.debian.org" { type master; file "/etc/bind/geodns/zonefiles/db.volatile.debian.org.EU"; @@ -246,6 +278,14 @@ view "EU" { view "NA" { match-clients { NA; }; + zone "archive.debian.org" { + type master; + file "/etc/bind/geodns/zonefiles/db.archive.debian.org.NA"; + notify no; + allow-query { any; }; + allow-transfer { }; + }; + zone "volatile.debian.org" { type master; file "/etc/bind/geodns/zonefiles/db.volatile.debian.org.NA"; @@ -306,6 +346,14 @@ view "NA" { view "OC" { match-clients { OC; }; + zone "archive.debian.org" { + type master; + file "/etc/bind/geodns/zonefiles/db.archive.debian.org.OC"; + notify no; + allow-query { any; }; + allow-transfer { }; + }; + zone "volatile.debian.org" { type master; file "/etc/bind/geodns/zonefiles/db.volatile.debian.org.OC"; @@ -366,6 +414,14 @@ view "OC" { view "SA" { match-clients { SA; }; + zone "archive.debian.org" { + type master; + file "/etc/bind/geodns/zonefiles/db.archive.debian.org.SA"; + notify no; + allow-query { any; }; + allow-transfer { }; + }; + zone "volatile.debian.org" { type master; file "/etc/bind/geodns/zonefiles/db.volatile.debian.org.SA"; @@ -426,6 +482,14 @@ view "SA" { view "undef" { match-clients { undef; }; + zone "archive.debian.org" { + type master; + file "/etc/bind/geodns/zonefiles/db.archive.debian.org.undef"; + notify no; + allow-query { any; }; + allow-transfer { }; + }; + zone "volatile.debian.org" { type master; file "/etc/bind/geodns/zonefiles/db.volatile.debian.org.undef"; @@ -486,6 +550,14 @@ view "undef" { view "default" { match-clients { any; }; + zone "archive.debian.org" { + type master; + file "/etc/bind/geodns/zonefiles/db.archive.debian.org"; + notify no; + allow-query { any; }; + allow-transfer { }; + }; + zone "volatile.debian.org" { type master; file "/etc/bind/geodns/zonefiles/db.volatile.debian.org"; -- 2.20.1