From 76769a8e6a3a1d6803e0a5a666082e5a05e6e55d Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 13 Apr 2012 16:17:12 +0200 Subject: [PATCH] get rid of volatile zone --- modules/named/files/common/named.conf.geo | 72 ----------------------- 1 file changed, 72 deletions(-) diff --git a/modules/named/files/common/named.conf.geo b/modules/named/files/common/named.conf.geo index 63512d5a4..2f73886cc 100644 --- a/modules/named/files/common/named.conf.geo +++ b/modules/named/files/common/named.conf.geo @@ -70,14 +70,6 @@ view "AF" { allow-transfer { }; }; - zone "volatile.debian.org" { - type master; - file "/etc/bind/geodns/zonefiles/db.volatile.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"; @@ -154,14 +146,6 @@ view "AN" { allow-transfer { }; }; - zone "volatile.debian.org" { - type master; - file "/etc/bind/geodns/zonefiles/db.volatile.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"; @@ -238,14 +222,6 @@ view "AS" { allow-transfer { }; }; - zone "volatile.debian.org" { - type master; - file "/etc/bind/geodns/zonefiles/db.volatile.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"; @@ -322,14 +298,6 @@ view "EU" { allow-transfer { }; }; - zone "volatile.debian.org" { - type master; - file "/etc/bind/geodns/zonefiles/db.volatile.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"; @@ -406,14 +374,6 @@ view "NA" { allow-transfer { }; }; - zone "volatile.debian.org" { - type master; - file "/etc/bind/geodns/zonefiles/db.volatile.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"; @@ -490,14 +450,6 @@ view "OC" { allow-transfer { }; }; - zone "volatile.debian.org" { - type master; - file "/etc/bind/geodns/zonefiles/db.volatile.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"; @@ -574,14 +526,6 @@ view "SA" { allow-transfer { }; }; - zone "volatile.debian.org" { - type master; - file "/etc/bind/geodns/zonefiles/db.volatile.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"; @@ -658,14 +602,6 @@ view "undef" { allow-transfer { }; }; - zone "volatile.debian.org" { - type master; - file "/etc/bind/geodns/zonefiles/db.volatile.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"; @@ -742,14 +678,6 @@ view "default" { allow-transfer { }; }; - zone "volatile.debian.org" { - type master; - file "/etc/bind/geodns/zonefiles/db.volatile.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