eximconf: assume that unlisted recipients don't want default options
[mirror/dsa-puppet.git] / modules / named / files / common / named.conf.local
index d678191..5397f6d 100644 (file)
@@ -5,15 +5,3 @@
 
 include "/etc/bind/named.conf.acl";
 include "/etc/bind/geodns/named.conf.geo";
-
-zone "29.172.in-addr.arpa" {
-        type slave;
-        notify no;
-        file "db.29.172.in-addr.arpa";
-        masters {
-                82.195.75.91; // denis
-                2001:41b8:202:deb:1b1b::91; // denis
-        };
-        allow-query { any; };
-        allow-transfer { };
-};