]> git.sesse.net Git - nms/commitdiff
Add 174 as a static net.
authorroot <root@sysrq>
Sun, 1 Apr 2007 17:11:44 +0000 (19:11 +0200)
committerroot <root@sysrq>
Sun, 1 Apr 2007 17:11:44 +0000 (19:11 +0200)
config/make-named-secondary.pl
config/make-named.pl

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