From 0a8fc88cf5246360677c79081e3e3a015e2ee93d Mon Sep 17 00:00:00 2001 From: rpaulo Date: Thu, 1 Sep 2005 14:02:01 +0000 Subject: [PATCH] Remove the localhost ip6.int example since, as per RFC 4159, ip6.int is now depreciated. Discussedon tech-net. --- etc/named.conf | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/etc/named.conf b/etc/named.conf index dc3ccefd20a4..11a2ef94ea04 100644 --- a/etc/named.conf +++ b/etc/named.conf @@ -1,4 +1,4 @@ -# $NetBSD: named.conf,v 1.1 2005/08/30 10:58:33 tron Exp $ +# $NetBSD: named.conf,v 1.2 2005/09/01 14:02:01 rpaulo Exp $ # boot file for secondary name server # Note that there should be one primary entry for each SOA record. @@ -22,11 +22,6 @@ zone "127.IN-ADDR.ARPA" { file "127"; }; -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"; -}; - 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.arpa" { type master; file "loopback.v6";