summaryrefslogtreecommitdiff
path: root/etc/bind/named-simple.conf
diff options
context:
space:
mode:
authorJakob Schlyter <jakob@cvs.openbsd.org>2004-08-16 15:48:29 +0000
committerJakob Schlyter <jakob@cvs.openbsd.org>2004-08-16 15:48:29 +0000
commitefd2c67f9b113fb613359803df50e50beffe207e (patch)
tree0ab880f433c49d5b85011f4df8c0d116f46a8102 /etc/bind/named-simple.conf
parent03b1d351b512e30b659b32c856d34f83b2458075 (diff)
remove ip6.int. ok henning@
Diffstat (limited to 'etc/bind/named-simple.conf')
-rw-r--r--etc/bind/named-simple.conf8
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;
};