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/localhost.v6.rev | |
parent | 10568ea07c5b8663d090932e335e3ec5b233cccd (diff) |
do not taint ::/124 for IPv6 localhost table.
avoid lookups to localhost.berkeley.edu.
Diffstat (limited to 'etc/namedb/localhost.v6.rev')
-rw-r--r-- | etc/namedb/localhost.v6.rev | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/namedb/localhost.v6.rev b/etc/namedb/localhost.v6.rev new file mode 100644 index 00000000000..bdf8f6ddf35 --- /dev/null +++ b/etc/namedb/localhost.v6.rev @@ -0,0 +1,10 @@ +; @(#)localhost.rev 5.1 (Berkeley) 6/30/90 + +@ IN SOA ucbvax.Berkeley.EDU. rwh.ucbvax.Berkeley.EDU. ( + 14 ; Serial + 3600 ; Refresh + 900 ; Retry + 3600000 ; Expire + 3600 ) ; Minimum + IN NS ucbvax.Berkeley.EDU. + IN PTR localhost. |