]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix documentation ambiguity for tls-win-cert in tls-upstream and
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 6 Jul 2018 05:39:08 +0000 (05:39 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 6 Jul 2018 05:39:08 +0000 (05:39 +0000)
  forward-tls-upstream docs.

git-svn-id: file:///svn/unbound/trunk@4771 be551aaa-1e26-0410-a405-d3ace91eadb9

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

index b1d451123bf182dc62c3633212ae7cd6bfbc438e..d85daba252c2c207f52cf6eb1eb7dc7878db70ac 100644 (file)
@@ -1,3 +1,7 @@
+6 July 2018: Wouter
+       - Fix documentation ambiguity for tls-win-cert in tls-upstream and
+         forward-tls-upstream docs.
+
 4 July 2018: Wouter
        - Fix #4112: Fix that unbound-anchor -f /etc/resolv.conf will not pass
          if DNSSEC is not enabled.  New option -R allows fallback from
index b5429fdf92648c18a0c5771574c3787598d722f4..c3a4c14c15e7be56e2b625f366f6d53c3a316257 100644 (file)
@@ -403,7 +403,7 @@ Enabled or disable whether the upstream queries use TLS only for transport.
 Default is no.  Useful in tunneling scenarios.  The TLS contains plain DNS in
 TCP wireformat.  The other server must support this (see
 \fBtls\-service\-key\fR).
-If you enable this, also configure a tls\-cert\-bundle or use tls\-win\cert to
+If you enable this, also configure a tls\-cert\-bundle or use tls\-win\-cert to
 load CA certs, otherwise the connections cannot be authenticated.
 .TP
 .B ssl\-upstream: \fI<yes or no>
@@ -1514,7 +1514,7 @@ The default is no.
 .B forward\-tls\-upstream: \fI<yes or no>
 Enabled or disable whether the queries to this forwarder use TLS for transport.
 Default is no.
-If you enable this, also configure a tls\-cert\-bundle or use tls\-win\cert to
+If you enable this, also configure a tls\-cert\-bundle or use tls\-win\-cert to
 load CA certs, otherwise the connections cannot be authenticated.
 .TP
 .B forward\-ssl\-upstream: \fI<yes or no>