From 1a625138f1572fb2a2b49c5cb7c309e5a501c50d Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 8 Dec 2012 22:37:21 +0100 Subject: [PATCH] Add static.debian.org --- 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 2f73886cc..c849678a0 100644 --- a/modules/named/files/common/named.conf.geo +++ b/modules/named/files/common/named.conf.geo @@ -70,6 +70,14 @@ view "AF" { allow-transfer { }; }; + zone "static.debian.org" { + type master; + file "/etc/bind/geodns/zonefiles/db.static.debian.org.AF"; + notify no; + allow-query { any; }; + allow-transfer { }; + }; + zone "www.debian.org" { type master; file "/etc/bind/geodns/zonefiles/db.www.debian.org.AF"; @@ -146,6 +154,14 @@ view "AN" { allow-transfer { }; }; + zone "static.debian.org" { + type master; + file "/etc/bind/geodns/zonefiles/db.static.debian.org.AN"; + notify no; + allow-query { any; }; + allow-transfer { }; + }; + zone "www.debian.org" { type master; file "/etc/bind/geodns/zonefiles/db.www.debian.org.AN"; @@ -222,6 +238,14 @@ view "AS" { allow-transfer { }; }; + zone "static.debian.org" { + type master; + file "/etc/bind/geodns/zonefiles/db.static.debian.org.AS"; + notify no; + allow-query { any; }; + allow-transfer { }; + }; + zone "www.debian.org" { type master; file "/etc/bind/geodns/zonefiles/db.www.debian.org.AS"; @@ -298,6 +322,14 @@ view "EU" { allow-transfer { }; }; + zone "static.debian.org" { + type master; + file "/etc/bind/geodns/zonefiles/db.static.debian.org.EU"; + notify no; + allow-query { any; }; + allow-transfer { }; + }; + zone "www.debian.org" { type master; file "/etc/bind/geodns/zonefiles/db.www.debian.org.EU"; @@ -374,6 +406,14 @@ view "NA" { allow-transfer { }; }; + zone "static.debian.org" { + type master; + file "/etc/bind/geodns/zonefiles/db.static.debian.org.NA"; + notify no; + allow-query { any; }; + allow-transfer { }; + }; + zone "www.debian.org" { type master; file "/etc/bind/geodns/zonefiles/db.www.debian.org.NA"; @@ -450,6 +490,14 @@ view "OC" { allow-transfer { }; }; + zone "static.debian.org" { + type master; + file "/etc/bind/geodns/zonefiles/db.static.debian.org.OC"; + notify no; + allow-query { any; }; + allow-transfer { }; + }; + zone "www.debian.org" { type master; file "/etc/bind/geodns/zonefiles/db.www.debian.org.OC"; @@ -526,6 +574,14 @@ view "SA" { allow-transfer { }; }; + zone "static.debian.org" { + type master; + file "/etc/bind/geodns/zonefiles/db.static.debian.org.SA"; + notify no; + allow-query { any; }; + allow-transfer { }; + }; + zone "www.debian.org" { type master; file "/etc/bind/geodns/zonefiles/db.www.debian.org.SA"; @@ -602,6 +658,14 @@ view "undef" { allow-transfer { }; }; + zone "static.debian.org" { + type master; + file "/etc/bind/geodns/zonefiles/db.static.debian.org.undef"; + notify no; + allow-query { any; }; + allow-transfer { }; + }; + zone "www.debian.org" { type master; file "/etc/bind/geodns/zonefiles/db.www.debian.org.undef"; @@ -678,6 +742,14 @@ view "default" { allow-transfer { }; }; + zone "static.debian.org" { + type master; + file "/etc/bind/geodns/zonefiles/db.static.debian.org"; + notify no; + allow-query { any; }; + allow-transfer { }; + }; + zone "www.debian.org" { type master; file "/etc/bind/geodns/zonefiles/db.www.debian.org"; -- 2.20.1