]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Add archive.debian.org to GeoDNS zones
authorSimon Paillard <spaillard@debian.org>
Mon, 24 Jan 2011 20:15:58 +0000 (21:15 +0100)
committerPeter Palfrader <peter@palfrader.org>
Mon, 24 Jan 2011 20:19:26 +0000 (21:19 +0100)
Signed-off-by: Peter Palfrader <peter@palfrader.org>
modules/named/files/common/named.conf.geo

index 13603f2c8489e6e5426e6ce33c76834bcd6a7a84..d99b01650ad2c05ceffdbc57b5ed08ca921e3e6f 100644 (file)
@@ -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";