X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fgeodns%2Ffiles%2Fcommon%2Fnamed.conf.geo;h=8c21bb679d0049c68f349e1f0b0a8ff280c08ea5;hb=21de58fb703fba03a9d985a173056007ee0c8f67;hp=bc088a3a2e33a35fb5b40d8e7a38dcbfc828e217;hpb=6e0ea899adb5494f31e6a5c9ae16f9789cc4f5cc;p=mirror%2Fdsa-puppet.git diff --git a/modules/geodns/files/common/named.conf.geo b/modules/geodns/files/common/named.conf.geo index bc088a3a2..8c21bb679 100644 --- a/modules/geodns/files/common/named.conf.geo +++ b/modules/geodns/files/common/named.conf.geo @@ -3,11 +3,10 @@ // USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git // -view 'Africa' { +view "Africa" { match-clients { Africa; }; - recursion no; zone "security.debian.org" { type master; file "/etc/bind/db.security.debian.org.AF"; @@ -20,11 +19,10 @@ view 'Africa' { }; }; -view 'Asia' { +view "Asia" { match-clients { Asia; }; - recursion no; zone "security.debian.org" { type master; file "/etc/bind/db.security.debian.org.AS"; @@ -37,11 +35,10 @@ view 'Asia' { }; }; -view 'Europe' { +view "Europe" { match-clients { Europe; }; - recursion no; zone "security.debian.org" { type master; file "/etc/bind/db.security.debian.org.EU"; @@ -54,11 +51,10 @@ view 'Europe' { }; }; -view 'NorthAmerica' { +view "NorthAmerica" { match-clients { NorthAmerica; }; - recursion no; zone "security.debian.org" { type master; file "/etc/bind/db.security.debian.org.NA"; @@ -70,11 +66,10 @@ view 'NorthAmerica' { notify no; }; }; -view 'SouthAmerica' { +view "SouthAmerica" { match-clients { SouthAmerica; }; - recursion no; zone "security.debian.org" { type master; file "/etc/bind/db.security.debian.org.SA"; @@ -86,11 +81,10 @@ view 'SouthAmerica' { notify no; }; }; -view 'Oceania' { +view "Oceania" { match-clients { Oceania; }; - recursion no; zone "security.debian.org" { type master; file "/etc/bind/db.security.debian.org.OC"; @@ -102,11 +96,10 @@ view 'Oceania' { notify no; }; }; -view 'Antarctica' { +view "Antarctica" { match-clients { Antarctica; }; - recursion no; zone "security.debian.org" { type master; file "/etc/bind/db.security.debian.org.AN"; @@ -120,7 +113,6 @@ view 'Antarctica' { }; view "other" { match-clients { any; }; - recursion no; zone "security.debian.org" { type master; file "/etc/bind/db.security.debian.org";