aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2008-01-11 22:41:21 +0000
committerDoug Barton <dougb@FreeBSD.org>2008-01-11 22:41:21 +0000
commitd207e3a35cfae6d3c5b4d2ef861dfc4853c947f0 (patch)
tree1e6b6b55ed827e3227e782ca039b50e982514884 /etc
parent0209f729a13161fe8b9a7c9405c8699dadaf47c8 (diff)
downloadsrc-d207e3a35cfae6d3c5b4d2ef861dfc4853c947f0.tar.gz
src-d207e3a35cfae6d3c5b4d2ef861dfc4853c947f0.zip
Remove from the default empty zone list zones that, unlike the others,
could theoretically be allocated one day.
Notes
Notes: svn path=/head/; revision=175236
Diffstat (limited to 'etc')
-rw-r--r--etc/namedb/named.conf8
1 files changed, 0 insertions, 8 deletions
diff --git a/etc/namedb/named.conf b/etc/namedb/named.conf
index 85a26a4875ba..865eee0f72b6 100644
--- a/etc/namedb/named.conf
+++ b/etc/namedb/named.conf
@@ -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"; };