summaryrefslogtreecommitdiff
path: root/etc/bind/named-simple.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/bind/named-simple.conf')
-rw-r--r--etc/bind/named-simple.conf7
1 files changed, 2 insertions, 5 deletions
diff --git a/etc/bind/named-simple.conf b/etc/bind/named-simple.conf
index 836109fdac2..7034f75fb80 100644
--- a/etc/bind/named-simple.conf
+++ b/etc/bind/named-simple.conf
@@ -1,4 +1,4 @@
-// $OpenBSD: named-simple.conf,v 1.1 2003/01/20 22:30:13 jakob Exp $
+// $OpenBSD: named-simple.conf,v 1.2 2003/01/20 22:47:08 jakob Exp $
//
// Example file for a simple named configuration, processing both
// recursive and authoritative queries using one cache.
@@ -13,10 +13,7 @@ acl clients {
};
options {
- directory "/"; // chroot named, default in OpenBSD
- // directory "/var/named"; // non-chroot named
-
- version ""; // remove this to allow version queries
+ version ""; // remove this to allow version queries
allow-recursion { clients; };
};