diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2007-12-13 07:45:04 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2007-12-13 07:45:04 +0000 |
commit | 5d7de864ea3c020d02a9416491971c124d8daf39 (patch) | |
tree | 607d35fe52a2c99908d31f1dcb9c8f504b9238b6 /etc | |
parent | de974277871a13966b1dcf2d585d07a53e3c204f (diff) |
add explicit allow-recursion for recursive view
Diffstat (limited to 'etc')
-rw-r--r-- | etc/bind/named-dual.conf | 3 |
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 // |