diff --git a/src/etc/bind/db.loopback6.int b/src/etc/bind/db.loopback6.int deleted file mode 100644 index f40b8cab..00000000 --- a/src/etc/bind/db.loopback6.int +++ /dev/null @@ -1,14 +0,0 @@ -; $OpenBSD: db.loopback6.int,v 1.1 2003/01/20 22:30:13 jakob Exp $ - -$ORIGIN 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. -$TTL 6h - -@ IN SOA localhost. root.localhost. ( - 1 ; serial - 1h ; refresh - 30m ; retry - 7d ; expiration - 1h ) ; minimum - - NS localhost. -1 PTR localhost. diff --git a/src/etc/bind/named-dual.conf b/src/etc/bind/named-dual.conf index 6b828e95..08794bdf 100644 --- a/src/etc/bind/named-dual.conf +++ b/src/etc/bind/named-dual.conf @@ -1,4 +1,4 @@ -// $OpenBSD: named-dual.conf,v 1.5 2003/09/22 20:44:32 jakob Exp $ +// $OpenBSD: named-dual.conf,v 1.6 2004/08/16 15:48:28 jakob Exp $ // // Example file for a named configuration with dual views, // one processing recursive queries only and one processing @@ -55,12 +55,6 @@ view "recursive" { allow-transfer { localhost; }; }; - 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" { - type master; - file "standard/loopback6.int"; - allow-transfer { localhost; }; - }; - zone "com" { type delegation-only; }; diff --git a/src/etc/bind/named-simple.conf b/src/etc/bind/named-simple.conf index 7d92657f..088a103a 100644 --- a/src/etc/bind/named-simple.conf +++ b/src/etc/bind/named-simple.conf @@ -1,4 +1,4 @@ -// $OpenBSD: named-simple.conf,v 1.5 2003/09/22 20:44:32 jakob Exp $ +// $OpenBSD: named-simple.conf,v 1.6 2004/08/16 15:48:28 jakob Exp $ // // Example file for a simple named configuration, processing both // recursive and authoritative queries using one cache. @@ -52,12 +52,6 @@ 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.arpa" { allow-transfer { localhost; }; }; -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" { - type master; - file "standard/loopback6.int"; - allow-transfer { localhost; }; -}; - zone "com" { type delegation-only; };