]> git.sesse.net Git - nms/commitdiff
Fixed a syntax error in the secondary's named.conf.
authorSteinar H. Gunderson <sesse@samfundet.no>
Sun, 9 Apr 2006 22:06:02 +0000 (22:06 +0000)
committerSteinar H. Gunderson <sesse@samfundet.no>
Sun, 9 Apr 2006 22:06:02 +0000 (22:06 +0000)
config/make-named-secondary.pl

index bef5aa260317a37cb22278c92c433b9ac40d7eaf..4bff62304da2348872b71de82d5a07dd5e02770e 100755 (executable)
@@ -40,7 +40,7 @@ zone "0.0.127.in-addr.arpa" {
 zone "tg06.gathering.org" {
        type slave;
        notify no;
-       masters { 194.0.254.2 };
+       masters { 194.0.254.2; };
        file "tg06.gathering.org";
 };
 
@@ -48,7 +48,7 @@ zone "tg06.gathering.org" {
 zone "255.0.194.in-addr.arpa" {
        type slave;
        notify no;
-       masters { 194.0.254.2 };
+       masters { 194.0.254.2; };
        file "255.0.194.in-addr.arpa";
        allow-transfer { 194.0.255.2; 193.0.0.0/22; };
 };
@@ -56,7 +56,7 @@ zone "255.0.194.in-addr.arpa" {
 zone "0.194.in-addr.arpa" {
        type slave;
        notify no;
-       masters { 194.0.254.2 };
+       masters { 194.0.254.2; };
        allow-update { key DHCP_UPDATER; };
        file "dynamic/0.194.in-addr.arpa";      
        allow-transfer { 194.19.3.20; 194.0.255.2; 193.0.0.0/22; };
@@ -83,7 +83,7 @@ for my $net (@nets) {
 zone "$d.tg06.gathering.org" {
        type slave;
        notify no;
-       masters { 194.0.254.2 };
+       masters { 194.0.254.2; };
        allow-update { key DHCP_UPDATER; };
        file "dynamic/$d.tg06.gathering.org";
        allow-transfer { 194.19.3.20; 194.0.255.2; };