29.172.in-addr.arpa on geo*
[mirror/dsa-puppet.git] / modules / named / files / common / named.conf.local
index 5397f6d..d678191 100644 (file)
@@ -5,3 +5,15 @@
 
 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 { };
+};