do not taint ::/124 for localhost reverse table.

This commit is contained in:
itojun 2002-01-22 03:27:24 +00:00
parent e00f8610ea
commit d1f5dc17b6
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
; $NetBSD: loopback.v6,v 1.2 2000/05/19 13:07:37 sommerfeld Exp $
; $NetBSD: loopback.v6,v 1.3 2002/01/22 03:27:24 itojun Exp $
$TTL 3600
@ IN SOA netbsd.org. hostmaster.netbsd.org. (
@ -8,4 +8,4 @@ $TTL 3600
3600000 ; Expire
3600 ) ; Minimum
IN NS localhost.
1 IN PTR localhost.
IN PTR localhost.

View File

@ -1,4 +1,4 @@
# $NetBSD: named.conf,v 1.6 2000/04/26 01:33:27 itojun Exp $
# $NetBSD: named.conf,v 1.7 2002/01/22 03:27:24 itojun Exp $
# boot file for secondary name server
# Note that there should be one primary entry for each SOA record.
@ -22,7 +22,7 @@ zone "127.IN-ADDR.ARPA" {
file "127";
};
zone "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" {
zone "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" {
type master;
file "loopback.v6";
};