diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2002-02-26 09:03:20 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2002-02-26 09:03:20 +0000 |
commit | a159573416f964134413256321f7af5aa561a092 (patch) | |
tree | 11519e3ab40674efb9486bdd8cd533f10af95a3d /etc/namedb/named.boot | |
parent | 28a98df7c55a76fb309791f83b3293e95c5e5b78 (diff) |
supply ::1 reverse lookup on ip6.arpa too. from todd
Diffstat (limited to 'etc/namedb/named.boot')
-rw-r--r-- | etc/namedb/named.boot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/namedb/named.boot b/etc/namedb/named.boot index fa591e31aa5..0344e24b1e2 100644 --- a/etc/namedb/named.boot +++ b/etc/namedb/named.boot @@ -13,6 +13,7 @@ directory /namedb cache . root.cache primary 0.0.127.IN-ADDR.ARPA 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 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.arpa localhost.v6.rev primary localhost localhost.zone ; example secondary server config: |