]> git.sesse.net Git - nms/blobdiff - config/make-named.pl
Minor TG06 adjustments to make-named.pl.
[nms] / config / make-named.pl
index 21f8d17338863b00cd1f274fc865fd30b1b288bf..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; };
 };
@@ -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