Browse Source

remove directory statement, not needed since we chroot by default

OPENBSD_3_3
jakob 21 years ago
parent
commit
715f654dab
2 changed files with 4 additions and 10 deletions
  1. +2
    -5
      src/etc/bind/named-dual.conf
  2. +2
    -5
      src/etc/bind/named-simple.conf

+ 2
- 5
src/etc/bind/named-dual.conf View File

@ -1,4 +1,4 @@
// $OpenBSD: named-dual.conf,v 1.1 2003/01/20 22:30:13 jakob Exp $
// $OpenBSD: named-dual.conf,v 1.2 2003/01/20 22:47:08 jakob Exp $
//
// Example file for a named configuration with dual views,
// one processing recursive queries only and one processing
@ -14,10 +14,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
};
view "recursive" {


+ 2
- 5
src/etc/bind/named-simple.conf View File

@ -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; };
};


Loading…
Cancel
Save