]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/named/files/common/named.conf.acl
and you are out
[dsa-puppet.git] / modules / named / files / common / named.conf.acl
index 42a63495ae89c58e73c8e98d66994d312eae6bb1..801b487d6a9f8d7d2c9a939b41dad2303a1dc6ef 100644 (file)
@@ -282,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
+};