From 54db1343831bf10db13a7a577db4d9023c6e9149 Mon Sep 17 00:00:00 2001 From: jakob <> Date: Thu, 13 Dec 2007 07:45:03 +0000 Subject: [PATCH] add explicit allow-recursion for recursive view --- src/etc/bind/named-dual.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/etc/bind/named-dual.conf b/src/etc/bind/named-dual.conf index 08794bdf..878c5680 100644 --- a/src/etc/bind/named-dual.conf +++ b/src/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 //