mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-25 19:04:57 -05:00
Fix typo in qname-wait-recurse
In the RPZ documentation, there's a mistake where it states that the default behavior will be disabled by setting `qname-wait-recurse yes;` while in fact it's opposite `qname-wait-recurse no;`. This affects only the RST documentation.
This commit is contained in:
parent
9c81a45279
commit
1e711dcccb
1 changed files with 1 additions and 1 deletions
|
|
@ -4237,7 +4237,7 @@ is listed in a policy zone, to operators of servers for listed names. To
|
|||
prevent that information leak, by default any recursion needed for a
|
||||
request is done before any policy triggers are considered. Because
|
||||
listed domains often have slow authoritative servers, this behavior can
|
||||
cost significant time. The ``qname-wait-recurse yes`` option overrides
|
||||
cost significant time. The ``qname-wait-recurse no`` option overrides
|
||||
the default and enables that behavior when recursion cannot change a
|
||||
non-error response. The option does not affect QNAME or client-IP
|
||||
triggers in policy zones listed after other zones containing IP, NSIP,
|
||||
|
|
|
|||
Loading…
Reference in a new issue