X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fnamed%2Ffiles%2Fcommon%2Fnamed.conf.acl;h=801b487d6a9f8d7d2c9a939b41dad2303a1dc6ef;hb=09f53cc3299c6699be7959e6aff131d0034d97f8;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..801b487d6 100644 --- a/modules/named/files/common/named.conf.acl +++ b/modules/named/files/common/named.conf.acl @@ -73,6 +73,7 @@ acl AS { country_AE; country_AF; country_AM; + country_AP; // global region Asia/Pacific country_AZ; country_BD; country_BH; @@ -141,6 +142,7 @@ acl EU { country_DK; country_EE; country_ES; + country_EU; // global region Europe country_FI; country_FO; country_FR; @@ -280,3 +282,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 +};