From: root Date: Wed, 4 Apr 2007 17:53:23 +0000 (+0200) Subject: Add the link net to reverse DNS. X-Git-Url: https://git.sesse.net/?p=nms;a=commitdiff_plain;h=c28504f5596c5001b3b482427301e0f2de3a1319 Add the link net to reverse DNS. --- diff --git a/config/make-named-secondary.pl b/config/make-named-secondary.pl index a9b3c12..50b343a 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 "0.76.87.in-addr.arpa" { + type slave; + notify no; + masters { 87.76.254.2; }; + file "0.76.87.in-addr.arpa"; + allow-transfer { 193.0.0.0/22; }; +}; + // linknett zone "174.76.87.in-addr.arpa" { type slave; diff --git a/config/make-named.pl b/config/make-named.pl index d2bbf02..131d494 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 "0.76.87.in-addr.arpa" { + type master; + file "0.76.87.in-addr.arpa"; + notify yes; + allow-transfer { 87.76.255.2; 193.0.0.0/22; }; +}; + // linknett zone "174.76.87.in-addr.arpa" { type master;