]> git.sesse.net Git - nms/blobdiff - config/make-named.pl
Turn off forwarding until we've got a decent list.
[nms] / config / make-named.pl
index 58eef853a97b292b030e4bb5bd33eadebc29723b..2099b647769483f55edb4de7993213bb4dc60a12 100755 (executable)
@@ -25,8 +25,8 @@ options {
        auth-nxdomain no;
        recursion yes;
 
-       forwarders { 194.19.2.11; 194.19.3.11; }; 
-       forward only;
+//     forwarders { 194.19.2.11; 194.19.3.11; }; 
+//     forward only;
 };
 
 zone "." { type hint; file "db.root"; };
@@ -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; };
 };