diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2004-08-16 15:48:29 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2004-08-16 15:48:29 +0000 |
commit | efd2c67f9b113fb613359803df50e50beffe207e (patch) | |
tree | 0ab880f433c49d5b85011f4df8c0d116f46a8102 /etc/bind/named-simple.conf | |
parent | 03b1d351b512e30b659b32c856d34f83b2458075 (diff) |
remove ip6.int. ok henning@
Diffstat (limited to 'etc/bind/named-simple.conf')
-rw-r--r-- | etc/bind/named-simple.conf | 8 |
1 files changed, 1 insertions, 7 deletions
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; }; |