]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
add slave zone for grnet
authorMartin Zobel-Helas <zobel@debian.org>
Thu, 3 Dec 2009 14:16:28 +0000 (15:16 +0100)
committerMartin Zobel-Helas <zobel@debian.org>
Thu, 3 Dec 2009 14:16:28 +0000 (15:16 +0100)
modules/named/files/common/named.conf.debian-zones

index a7874dd33c75e2b8d2c8debc01c234c6e1d13681..783075b34c7c1afe3f1c7955c44f44e26e757903 100644 (file)
@@ -103,6 +103,20 @@ zone "2.0.0.0.2.0.0.0.8.5.8.0.1.0.0.2.ip6.arpa" {
        allow-transfer { };
 };
 
+// debian rack with grnet
+zone "192-27.211.177.194.in-addr.arpa" {
+       type slave;
+       notify no;
+       file "db.194.177.211.192";
+       masters {
+               82.195.75.106; // draghi
+               2001:41b8:202:deb:216:36ff:fe40:3906; //draghi
+       };
+       allow-query { any; };
+       allow-transfer { };
+};
+
+
 // ipv6 at 1&1 - powell: 2001:08d8:0081:1520::/60
 zone "2.5.1.1.8.0.0.8.d.8.0.1.0.0.2.ip6.arpa" {
        type slave;