Remove from the default empty zone list zones that, unlike the others,

could theoretically be allocated one day.
This commit is contained in:
Doug Barton 2008-01-11 22:41:21 +00:00
parent 0209f729a1
commit d207e3a35c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=175236

View File

@ -121,14 +121,6 @@ zone "0.ip6.arpa" { type master; file "master/localhost-reverse.db"; };
// "This" Network (RFCs 1912 and 3330)
zone "0.in-addr.arpa" { type master; file "master/empty.db"; };
// IANA Reserved - Unlikely to ever be assigned
zone "1.in-addr.arpa" { type master; file "master/empty.db"; };
zone "2.in-addr.arpa" { type master; file "master/empty.db"; };
zone "223.in-addr.arpa" { type master; file "master/empty.db"; };
// Public Data Networks (RFC 3330)
zone "14.in-addr.arpa" { type master; file "master/empty.db"; };
// Private Use Networks (RFC 1918)
zone "10.in-addr.arpa" { type master; file "master/empty.db"; };
zone "16.172.in-addr.arpa" { type master; file "master/empty.db"; };