diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2002-01-21 04:04:19 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2002-01-21 04:04:19 +0000 |
commit | 8a100aafbceee9ccb999a4cb08a6eafe5b6f25a0 (patch) | |
tree | bf0a2feeb45059048c5a328a59f97a90d17145a8 /etc/namedb/named.boot | |
parent | 10568ea07c5b8663d090932e335e3ec5b233cccd (diff) |
do not taint ::/124 for IPv6 localhost table.
avoid lookups to localhost.berkeley.edu.
Diffstat (limited to 'etc/namedb/named.boot')
-rw-r--r-- | etc/namedb/named.boot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/namedb/named.boot b/etc/namedb/named.boot index 9ae2aa3086c..fa591e31aa5 100644 --- a/etc/namedb/named.boot +++ b/etc/namedb/named.boot @@ -12,7 +12,8 @@ directory /namedb cache . root.cache primary 0.0.127.IN-ADDR.ARPA localhost.rev -primary 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.int localhost.rev +primary 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.int localhost.v6.rev +primary localhost localhost.zone ; example secondary server config: ; secondary Berkeley.EDU 128.32.130.11 128.32.133.1 ucbhosts.bak |