X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fnamed%2Ffiles%2Fcommon%2Fnamed.conf.geo;h=1864a1c9b4186b047fdb7524b8503e18e468cb3f;hb=effedfeceeb8f68ef03f471bab80bceb9845caea;hp=ad520c37aef7da7b64818dd77870cb8b857b77e9;hpb=a37e3b0daedcdde390cd0f175d11bc5881c4713b;p=mirror%2Fdsa-puppet.git diff --git a/modules/named/files/common/named.conf.geo b/modules/named/files/common/named.conf.geo index ad520c37a..1864a1c9b 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 "volatile.debian.org" { + type master; + file "/etc/bind/geodns/db.volatile.debian.org.AF"; + notify no; + allow-query { any; }; + allow-transfer { }; + }; + zone "security.geo.debian.org" { type master; file "/etc/bind/geodns/db.security.debian.org.AF"; @@ -50,6 +58,14 @@ view "AF" { view "AN" { match-clients { AN; }; + zone "volatile.debian.org" { + type master; + file "/etc/bind/geodns/db.volatile.debian.org.AN"; + notify no; + allow-query { any; }; + allow-transfer { }; + }; + zone "security.geo.debian.org" { type master; file "/etc/bind/geodns/db.security.debian.org.AN"; @@ -94,6 +110,14 @@ view "AN" { view "AS" { match-clients { AS; }; + zone "volatile.debian.org" { + type master; + file "/etc/bind/geodns/db.volatile.debian.org.AS"; + notify no; + allow-query { any; }; + allow-transfer { }; + }; + zone "security.geo.debian.org" { type master; file "/etc/bind/geodns/db.security.debian.org.AS"; @@ -138,6 +162,14 @@ view "AS" { view "EU" { match-clients { EU; }; + zone "volatile.debian.org" { + type master; + file "/etc/bind/geodns/db.volatile.debian.org.EU"; + notify no; + allow-query { any; }; + allow-transfer { }; + }; + zone "security.geo.debian.org" { type master; file "/etc/bind/geodns/db.security.debian.org.EU"; @@ -182,6 +214,14 @@ view "EU" { view "NA" { match-clients { NA; }; + zone "volatile.debian.org" { + type master; + file "/etc/bind/geodns/db.volatile.debian.org.NA"; + notify no; + allow-query { any; }; + allow-transfer { }; + }; + zone "security.geo.debian.org" { type master; file "/etc/bind/geodns/db.security.debian.org.NA"; @@ -226,6 +266,14 @@ view "NA" { view "OC" { match-clients { OC; }; + zone "volatile.debian.org" { + type master; + file "/etc/bind/geodns/db.volatile.debian.org.OC"; + notify no; + allow-query { any; }; + allow-transfer { }; + }; + zone "security.geo.debian.org" { type master; file "/etc/bind/geodns/db.security.debian.org.OC"; @@ -270,6 +318,14 @@ view "OC" { view "SA" { match-clients { SA; }; + zone "volatile.debian.org" { + type master; + file "/etc/bind/geodns/db.volatile.debian.org.SA"; + notify no; + allow-query { any; }; + allow-transfer { }; + }; + zone "security.geo.debian.org" { type master; file "/etc/bind/geodns/db.security.debian.org.SA"; @@ -314,6 +370,14 @@ view "SA" { view "default" { match-clients { any; }; + zone "volatile.debian.org" { + type master; + file "/etc/bind/geodns/db.volatile.debian.org"; + notify no; + allow-query { any; }; + allow-transfer { }; + }; + zone "security.geo.debian.org" { type master; file "/etc/bind/geodns/db.security.debian.org";