]> git.sesse.net Git - nms/blobdiff - config/make-named.pl
Fix another typo.
[nms] / config / make-named.pl
index 21f8d17338863b00cd1f274fc865fd30b1b288bf..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; };
 };
@@ -68,7 +62,7 @@ zone "0.194.in-addr.arpa" {
 
 key DHCP_UPDATER {
        algorithm HMAC-MD5.SIG-ALG.REG.INT;
-       secret removed;
+       secret 5Yz1azvh7mE0IRGffTvtKg==;
 };
 
 EOF