]> git.sesse.net Git - nms/blobdiff - config/make-named.pl
Minor TG06 adjustments to make-named.pl.
[nms] / config / make-named.pl
index 58eef853a97b292b030e4bb5bd33eadebc29723b..233a0d0ee17427bb82e68775a14123777f5a61c2 100755 (executable)
@@ -43,17 +43,11 @@ zone "tg06.gathering.org" {
        notify yes;
        allow-transfer { 194.0.255.2; };
 };
-zone "www.gathering.org" {
-       type master;
-       file "www.gathering.org";
-       notify yes;
-       allow-transfer { 194.0.255.2; };
-};
 
 // serversubnett
 zone "255.0.194.in-addr.arpa" {
        type master;
-       file "254.0.194.in-addr.arpa";
+       file "255.0.194.in-addr.arpa";
        notify yes;
        allow-transfer { 194.0.255.2; 193.0.0.0/22; };
 };