]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- improve documentation for forward-first.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 31 Jan 2019 09:37:06 +0000 (09:37 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 31 Jan 2019 09:37:06 +0000 (09:37 +0000)
git-svn-id: file:///svn/unbound/trunk@5092 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
doc/unbound.conf.5.in

index 2c445b08bbc8be1473d9525740268097dece3398..d67fbbf5508cdc5b2f4d06b4fe8d199249d23178 100644 (file)
@@ -1,7 +1,7 @@
 31 January 2019: Wouter
        - Set ub_ctx_set_tls call signature in ltrace config file for
          libunbound in contrib/libunbound.so.conf.
-       - improve documentation for tls-service-key.
+       - improve documentation for tls-service-key and forward-first.
 
 30 January 2019: Ralph
        - Fix case in which query timeout can result in marking delegation
index 71bc27f6a3096169ce104abe166f04e61d1fef68..9bfd729c18940d88195a90a248c80fa1bbee6c2d 100644 (file)
@@ -1618,10 +1618,9 @@ name is accepted.  The cert must also match a CA from the tls\-cert\-bundle.
 The cert name match code needs OpenSSL 1.1.0 or later to be enabled.
 .TP
 .B forward\-first: \fI<yes or no>
-If enabled, a query is attempted without the forward clause if it fails.
-The data could not be retrieved and would have caused SERVFAIL because
-the servers are unreachable, instead it is tried without this clause.
-The default is no.
+If a forwarded query is met with a SERVFAIL error, and this option is
+enabled, unbound will fall back to normal recursive resolution for this
+query as if no query forwarding had been specified.  The default is "no".
 .TP
 .B forward\-tls\-upstream: \fI<yes or no>
 Enabled or disable whether the queries to this forwarder use TLS for transport.