X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fgeodns%2Ffiles%2Fcommon%2Fnamed.conf.geo;h=9cf43ca692309e1c5a62dc1b5bca71d971386a34;hb=2f0cdbb3c69400e04c769e9efaa34fa8940267a2;hp=47005a0c112de87a72860450af947df7841c2a48;hpb=f3dbb425269f068ff11c7b1f56faf1285cf7c97a;p=mirror%2Fdsa-puppet.git diff --git a/modules/geodns/files/common/named.conf.geo b/modules/geodns/files/common/named.conf.geo index 47005a0c1..9cf43ca69 100644 --- a/modules/geodns/files/common/named.conf.geo +++ b/modules/geodns/files/common/named.conf.geo @@ -1,134 +1,248 @@ -// -// THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE. -// USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git -// - -view "Africa" { - match-clients { - Africa; +view "AF" { + match-clients { + AF; + }; + zone "www.debian.org" { + type master; + file "/etc/bind/geodns/db.www.debian.org.AF"; + notify no; + }; + zone "www.geo.debian.org" { + type master; + file "/etc/bind/geodns/db.www.debian.org.AF"; + notify no; }; - recursion no; zone "security.debian.org" { type master; - file "/etc/bind/db.security.debian.org.AF"; - notify no; + file "/etc/bind/geodns/db.security.debian.org.AF"; + notify no; }; zone "security.geo.debian.org" { type master; - file "/etc/bind/db.security.debian.org.AF"; - notify no; + file "/etc/bind/geodns/db.security.debian.org.AF"; + notify no; + }; + zone "video.debconf.debian.org" { + type master; + file "/etc/bind/geodns/db.video.debconf.debian.org.AF"; + notify no; }; }; -view "Asia" { - match-clients { - Asia; +view "AN" { + match-clients { + AN; + }; + zone "www.debian.org" { + type master; + file "/etc/bind/geodns/db.www.debian.org.AN"; + notify no; + }; + zone "www.geo.debian.org" { + type master; + file "/etc/bind/geodns/db.www.debian.org.AN"; + notify no; }; - recursion no; zone "security.debian.org" { type master; - file "/etc/bind/db.security.debian.org.AS"; - notify no; + file "/etc/bind/geodns/db.security.debian.org.AN"; + notify no; }; zone "security.geo.debian.org" { type master; - file "/etc/bind/db.security.debian.org.AS"; - notify no; + file "/etc/bind/geodns/db.security.debian.org.AN"; + notify no; + }; + zone "video.debconf.debian.org" { + type master; + file "/etc/bind/geodns/db.video.debconf.debian.org.AN"; + notify no; }; }; -view "Europe" { - match-clients { - Europe; - }; - recursion no; +view "AS" { + match-clients { + AS; + }; + zone "www.debian.org" { + type master; + file "/etc/bind/geodns/db.www.debian.org.AS"; + notify no; + }; + zone "www.geo.debian.org" { + type master; + file "/etc/bind/geodns/db.www.debian.org.AS"; + notify no; + }; zone "security.debian.org" { type master; - file "/etc/bind/db.security.debian.org.EU"; - notify no; + file "/etc/bind/geodns/db.security.debian.org.AS"; + notify no; }; zone "security.geo.debian.org" { type master; - file "/etc/bind/db.security.debian.org.EU"; - notify no; + file "/etc/bind/geodns/db.security.debian.org.AS"; + notify no; + }; + zone "video.debconf.debian.org" { + type master; + file "/etc/bind/geodns/db.video.debconf.debian.org.AS"; + notify no; }; }; -view "NorthAmerica" { - match-clients { - NorthAmerica; +view "EU" { + match-clients { + EU; + }; + zone "www.debian.org" { + type master; + file "/etc/bind/geodns/db.www.debian.org.EU"; + notify no; + }; + zone "www.geo.debian.org" { + type master; + file "/etc/bind/geodns/db.www.debian.org.EU"; + notify no; }; - recursion no; zone "security.debian.org" { type master; - file "/etc/bind/db.security.debian.org.NA"; - notify no; + file "/etc/bind/geodns/db.security.debian.org.EU"; + notify no; }; zone "security.geo.debian.org" { type master; - file "/etc/bind/db.security.debian.org.NA"; - notify no; + file "/etc/bind/geodns/db.security.debian.org.EU"; + notify no; + }; + zone "video.debconf.debian.org" { + type master; + file "/etc/bind/geodns/db.video.debconf.debian.org.EU"; + notify no; }; }; -view "SouthAmerica" { - match-clients { - SouthAmerica; + +view "NA" { + match-clients { + NA; + }; + zone "www.debian.org" { + type master; + file "/etc/bind/geodns/db.www.debian.org.NA"; + notify no; + }; + zone "www.geo.debian.org" { + type master; + file "/etc/bind/geodns/db.www.debian.org.NA"; + notify no; }; - recursion no; zone "security.debian.org" { type master; - file "/etc/bind/db.security.debian.org.SA"; - notify no; + file "/etc/bind/geodns/db.security.debian.org.NA"; + notify no; }; zone "security.geo.debian.org" { type master; - file "/etc/bind/db.security.debian.org.SA"; - notify no; + file "/etc/bind/geodns/db.security.debian.org.NA"; + notify no; + }; + zone "video.debconf.debian.org" { + type master; + file "/etc/bind/geodns/db.video.debconf.debian.org.NA"; + notify no; }; }; -view "Oceania" { - match-clients { - Oceania; + +view "OC" { + match-clients { + OC; + }; + zone "www.debian.org" { + type master; + file "/etc/bind/geodns/db.www.debian.org.OC"; + notify no; + }; + zone "www.geo.debian.org" { + type master; + file "/etc/bind/geodns/db.www.debian.org.OC"; + notify no; }; - recursion no; zone "security.debian.org" { type master; - file "/etc/bind/db.security.debian.org.OC"; - notify no; + file "/etc/bind/geodns/db.security.debian.org.OC"; + notify no; }; zone "security.geo.debian.org" { type master; - file "/etc/bind/db.security.debian.org.OC"; - notify no; + file "/etc/bind/geodns/db.security.debian.org.OC"; + notify no; + }; + zone "video.debconf.debian.org" { + type master; + file "/etc/bind/geodns/db.video.debconf.debian.org.OC"; + notify no; }; }; -view "Antarctica" { - match-clients { - Antarctica; + +view "SA" { + match-clients { + SA; + }; + zone "www.debian.org" { + type master; + file "/etc/bind/geodns/db.www.debian.org.SA"; + notify no; + }; + zone "www.geo.debian.org" { + type master; + file "/etc/bind/geodns/db.www.debian.org.SA"; + notify no; }; - recursion no; zone "security.debian.org" { type master; - file "/etc/bind/db.security.debian.org.AN"; - notify no; + file "/etc/bind/geodns/db.security.debian.org.SA"; + notify no; }; zone "security.geo.debian.org" { type master; - file "/etc/bind/db.security.debian.org.AN"; - notify no; + file "/etc/bind/geodns/db.security.debian.org.SA"; + notify no; + }; + zone "video.debconf.debian.org" { + type master; + file "/etc/bind/geodns/db.video.debconf.debian.org.SA"; + notify no; }; }; -view "other" { - match-clients { any; }; - recursion no; + +view "default" { + match-clients { + any; + }; + zone "www.debian.org" { + type master; + file "/etc/bind/geodns/db.www.debian.org"; + notify no; + }; + zone "www.geo.debian.org" { + type master; + file "/etc/bind/geodns/db.www.debian.org"; + notify no; + }; zone "security.debian.org" { type master; - file "/etc/bind/db.security.debian.org"; - notify no; + file "/etc/bind/geodns/db.security.debian.org"; + notify no; }; zone "security.geo.debian.org" { type master; - file "/etc/bind/db.security.debian.org"; - notify no; + file "/etc/bind/geodns/db.security.debian.org"; + notify no; + }; + zone "video.debconf.debian.org" { + type master; + file "/etc/bind/geodns/db.video.debconf.debian.org"; + notify no; }; }; +