added support for view directive "match-recursive-only"
allows for dedicated views separating resolver and authorative functions within the same server
This commit is contained in:
@@ -7,6 +7,7 @@ define bind::view (
|
||||
$recursion = true,
|
||||
$recursion_match_clients = 'any',
|
||||
$recursion_match_destinations = '',
|
||||
$recursion_match_only = false,
|
||||
$order = '10',
|
||||
) {
|
||||
$confdir = $::bind::confdir
|
||||
|
||||
Reference in New Issue
Block a user