X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fnamed%2Ffiles%2Fcommon%2Fnamed.conf.acl;h=60a078fed470923d2d25b93c787cdabb2be02902;hb=f749772c6b9d195d22e63e7457f0178267e797eb;hp=f04c9b870f4e48e9a40920ba2570f443dc645cc7;hpb=dbd62982af66658f4d50e06ba125cc60545b59a3;p=mirror%2Fdsa-puppet.git diff --git a/modules/named/files/common/named.conf.acl b/modules/named/files/common/named.conf.acl index f04c9b870..60a078fed 100644 --- a/modules/named/files/common/named.conf.acl +++ b/modules/named/files/common/named.conf.acl @@ -3,10 +3,6 @@ // USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git // -acl Nagios { - 192.25.206.33/32; -}; - // Africa acl AF { country_AO; @@ -73,6 +69,7 @@ acl AS { country_AE; country_AF; country_AM; + country_AP; // global region Asia/Pacific country_AZ; country_BD; country_BH; @@ -141,6 +138,7 @@ acl EU { country_DK; country_EE; country_ES; + country_EU; // global region Europe country_FI; country_FO; country_FR; @@ -280,3 +278,12 @@ acl AN { country_HM; country_TF; }; + +acl undef { + country_A1; + country_A2; + 8.8.8.8/32; // Google DNS Server fails with GeoIP + 8.8.4.4/32; // Google DNS Server fails with GeoIP + 208.67.222.222/32; // OpenDNS fails with GeoIP + 208.67.220.220/32; // OpenDNS fails with GeoIP +};