From 10fd6635a4a29fb1440742564308b07532f362bb Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 9 Apr 2006 19:45:15 +0000 Subject: [PATCH] Minor TG06 adjustments to make-named.pl. --- config/make-named.pl | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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; }; }; -- 2.39.2