X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fnamed%2Ftemplates%2Fnamed.conf.debian-zones.erb;h=4d12387fee390e0ae661fb505b88ea998f8cb67f;hb=f89a4063a0e80783cf3e27949439c661baef50e2;hp=a671911d188dc2dcdf7c5ec3427e0ab53c420345;hpb=3d1adf1668edc6ed72c7dd9710c6d9142fa5d54b;p=mirror%2Fdsa-puppet.git diff --git a/modules/named/templates/named.conf.debian-zones.erb b/modules/named/templates/named.conf.debian-zones.erb index a671911d1..4d12387fe 100644 --- a/modules/named/templates/named.conf.debian-zones.erb +++ b/modules/named/templates/named.conf.debian-zones.erb @@ -54,6 +54,13 @@ zones << "0.0.0.4.6.0.2.0.0.3.6.0.1.0.0.2.ip6.arpa" zones << "64-26.75.195.82.in-addr.arpa" zones << "2.0.2.0.8.b.1.4.1.0.0.2.ip6.arpa" +# 231.153.5.in-addr.arpa zone - reverse zone for 5.153.231.0/24 - debian at bytemark +zones << "231.153.5.in-addr.arpa" + +# various reverse zones for private networks +zones << "29.172.in-addr.arpa" + + zones.each do |zone| -%> @@ -86,3 +93,24 @@ zone "alioth.debian.org" { allow-transfer { }; }; + +zone "10.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; + +zone "16.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; +zone "17.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; +zone "18.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; +zone "19.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; +zone "20.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; +zone "21.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; +zone "22.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; +zone "23.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; +zone "24.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; +zone "25.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; +zone "26.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; +zone "27.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; +zone "28.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; +// zone "29.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; +zone "30.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; +zone "31.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; + +zone "168.192.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };