]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix typo in qname-wait-recurse
authorOndřej Surý <ondrej@isc.org>
Thu, 27 Jan 2022 11:51:06 +0000 (12:51 +0100)
committerOndřej Surý <ondrej@isc.org>
Thu, 27 Jan 2022 11:55:47 +0000 (12:55 +0100)
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.

(cherry picked from commit 1e711dcccbb57c4dd777f7b0206db00a3d86d8b5)

doc/arm/reference.rst

index 736956336d8fd546bd0b517fb61c3132d0d0e0c0..038962329aa1e84b02f6a6ef6d9dcfae27788f70 100644 (file)
@@ -4158,7 +4158,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,