diff options
-rw-r--r-- | etc/bind/db.loopback6.int | 14 | ||||
-rw-r--r-- | etc/bind/named-dual.conf | 8 | ||||
-rw-r--r-- | etc/bind/named-simple.conf | 8 |
3 files changed, 2 insertions, 28 deletions
diff --git a/etc/bind/db.loopback6.int b/etc/bind/db.loopback6.int deleted file mode 100644 index f40b8cabde6..00000000000 --- a/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/etc/bind/named-dual.conf b/etc/bind/named-dual.conf index 6b828e95e3d..08794bdf391 100644 --- a/etc/bind/named-dual.conf +++ b/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/etc/bind/named-simple.conf b/etc/bind/named-simple.conf index 7d92657f7f1..088a103a961 100644 --- a/etc/bind/named-simple.conf +++ b/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; }; |