diff options
author | Doug Barton <dougb@FreeBSD.org> | 2008-01-13 20:51:09 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2008-01-13 20:51:09 +0000 |
commit | 3dfc154adc11be62762d212cab0a393f1d5236ce (patch) | |
tree | 4caf24355df2dc5f01525894c64b5b85331a816f | |
parent | 3784aa50c6d75087d42d3ad11471f1bf00ae5202 (diff) |
MFC the change from 1.27, removal of zones from the empty zone list that
may theoretically be allocated some day.
Approved by: re (kensmith)
Notes
Notes:
svn path=/releng/6.3/; revision=175300
-rw-r--r-- | etc/namedb/named.conf | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/etc/namedb/named.conf b/etc/namedb/named.conf index 7fd3c37ebd71..f4929d44a988 100644 --- a/etc/namedb/named.conf +++ b/etc/namedb/named.conf @@ -123,14 +123,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"; }; |