]> git.sesse.net Git - nms/commitdiff
Add the link net to reverse DNS.
authorroot <root@sysrq>
Wed, 4 Apr 2007 17:53:23 +0000 (19:53 +0200)
committerroot <root@sysrq>
Wed, 4 Apr 2007 17:53:23 +0000 (19:53 +0200)
config/make-named-secondary.pl
config/make-named.pl

index a9b3c12af32ae7ec91134c084290a97142b4a83d..50b343a1547885a09c2424c1d0f9db8ff34e1e92 100755 (executable)
@@ -46,6 +46,15 @@ zone "tg07.gathering.org" {
        file "tg07.gathering.org";
 };
 
+// linknett
+zone "0.76.87.in-addr.arpa" {
+       type slave;
+       notify no;
+       masters { 87.76.254.2; };
+       file "0.76.87.in-addr.arpa";
+       allow-transfer { 193.0.0.0/22; };
+};
+
 // linknett
 zone "174.76.87.in-addr.arpa" {
        type slave;
index d2bbf02096abd201508c8770ba8a574f9bfdfb70..131d4944bf3810953c96084ead50c207e9149072 100755 (executable)
@@ -46,6 +46,14 @@ zone "tg07.gathering.org" {
        allow-transfer { 87.76.255.2; };
 };
 
+// linknett
+zone "0.76.87.in-addr.arpa" {
+       type master;
+       file "0.76.87.in-addr.arpa";
+       notify yes;
+       allow-transfer { 87.76.255.2; 193.0.0.0/22; };
+};
+
 // linknett
 zone "174.76.87.in-addr.arpa" {
        type master;