]> git.sesse.net Git - nms/blobdiff - config/make-named.pl
Un-hijack.
[nms] / config / make-named.pl
index e7fca4a45efeff7e77d36545df48cdac871f6fca..2fb295b472763890198b6c316b94b40c5db092ac 100755 (executable)
@@ -46,6 +46,38 @@ zone "tg07.gathering.org" {
        allow-transfer { 87.76.255.2; };
 };
 
+// hijack
+zone "sth.ip-performance.se" {
+       type master;
+       file "sth.ip-performance.se";
+       notify yes;
+       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;
+       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;
+       file "239.76.87.in-addr.arpa";
+       notify yes;
+       allow-transfer { 87.76.255.2; 193.0.0.0/22; };
+};
+
 // serversubnett
 zone "254.76.87.in-addr.arpa" {
        type master;
@@ -60,6 +92,11 @@ zone "255.76.87.in-addr.arpa" {
        allow-transfer { 87.76.255.2; 193.0.0.0/22; };
 };
 
+key DHCP_UPDATER {
+       algorithm HMAC-MD5.SIG-ALG.REG.INT;
+       secret F388UOhaIIKHRH9TDE5PTA==;
+};
+
 zone "76.87.in-addr.arpa" {
        type master;
        allow-update { key DHCP_UPDATER; };
@@ -67,10 +104,12 @@ zone "76.87.in-addr.arpa" {
        file "dynamic/76.87.in-addr.arpa";      
        allow-transfer { 194.19.3.20; 87.76.255.2; 193.0.0.0/22; };
 };
-
-key DHCP_UPDATER {
-       algorithm HMAC-MD5.SIG-ALG.REG.INT;
-       secret F388UOhaIIKHRH9TDE5PTA==;
+zone "f.f.f.f.8.d.6.1.1.0.0.2.ip6.arpa" {
+       type master;
+       allow-update { key DHCP_UPDATER; };
+       notify yes;
+       file "dynamic/f.f.f.f.8.d.6.1.1.0.0.2.ip6.arpa";        
+       allow-transfer { 194.19.3.20; 87.76.255.2; };
 };
 
 EOF