Add archive.debian.org to GeoDNS zones
[mirror/dsa-puppet.git] / modules / named / files / common / named.conf.acl
index 8ca867a..60a078f 100644 (file)
@@ -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;
@@ -286,4 +282,8 @@ acl AN {
 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
 };