From: Steinar H. Gunderson Date: Sun, 9 Apr 2006 19:45:15 +0000 (+0000) Subject: Minor TG06 adjustments to make-named.pl. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=10fd6635a4a29fb1440742564308b07532f362bb;hp=497d2e20d6cbfb495166b59f0e3c9d019524ea95;p=nms Minor TG06 adjustments to make-named.pl. --- diff --git a/config/make-named.pl b/config/make-named.pl index 58eef85..233a0d0 100755 --- a/config/make-named.pl +++ b/config/make-named.pl @@ -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; }; };