From: root Date: Sun, 1 Apr 2007 17:11:44 +0000 (+0200) Subject: Add 174 as a static net. X-Git-Url: https://git.sesse.net/?p=nms;a=commitdiff_plain;h=b43ed755bef00e3c7be5bc4eddbb45c610e1486b Add 174 as a static net. --- diff --git a/config/make-named-secondary.pl b/config/make-named-secondary.pl index e7393ac..a9b3c12 100755 --- a/config/make-named-secondary.pl +++ b/config/make-named-secondary.pl @@ -46,6 +46,15 @@ zone "tg07.gathering.org" { file "tg07.gathering.org"; }; +// linknett +zone "174.76.87.in-addr.arpa" { + type slave; + notify no; + masters { 87.76.254.2; }; + file "174.76.87.in-addr.arpa"; + allow-transfer { 193.0.0.0/22; }; +}; + // nett-subnett zone "239.76.87.in-addr.arpa" { type slave; diff --git a/config/make-named.pl b/config/make-named.pl index 6e5e320..d2bbf02 100755 --- a/config/make-named.pl +++ b/config/make-named.pl @@ -46,6 +46,14 @@ zone "tg07.gathering.org" { allow-transfer { 87.76.255.2; }; }; +// linknett +zone "174.76.87.in-addr.arpa" { + type master; + file "174.76.87.in-addr.arpa"; + notify yes; + allow-transfer { 87.76.255.2; 193.0.0.0/22; }; +}; + // net-subnett zone "239.76.87.in-addr.arpa" { type master;