summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjakob <jakob@openbsd.org>2007-12-13 07:45:03 +0000
committerjakob <jakob@openbsd.org>2007-12-13 07:45:03 +0000
commit1669e12c14b7dd59c01f127bc75cc75d6660b882 (patch)
tree4dc38d3e38ae9120e16b26c3d2ed0d7881f50a60
parentuse a mutex to protect workq. incidentally, this removes the additional (diff)
downloadwireguard-openbsd-1669e12c14b7dd59c01f127bc75cc75d6660b882.tar.xz
wireguard-openbsd-1669e12c14b7dd59c01f127bc75cc75d6660b882.zip
add explicit allow-recursion for recursive view
-rw-r--r--etc/bind/named-dual.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/bind/named-dual.conf b/etc/bind/named-dual.conf
index 08794bdf391..878c56804a2 100644
--- a/etc/bind/named-dual.conf
+++ b/etc/bind/named-dual.conf
@@ -1,4 +1,4 @@
-// $OpenBSD: named-dual.conf,v 1.6 2004/08/16 15:48:28 jakob Exp $
+// $OpenBSD: named-dual.conf,v 1.7 2007/12/13 07:45:03 jakob Exp $
//
// Example file for a named configuration with dual views,
// one processing recursive queries only and one processing
@@ -29,6 +29,7 @@ logging {
view "recursive" {
match-clients { clients; };
match-recursive-only yes;
+ allow-recursion { clients; };
// Standard zones
//