mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-24 00:29:58 -05:00
- Fix documentation ambiguity for tls-win-cert in tls-upstream and
forward-tls-upstream docs. git-svn-id: file:///svn/unbound/trunk@4771 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
81e9f82a8d
commit
e324a7819a
2 changed files with 6 additions and 2 deletions
|
|
@ -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
|
4 July 2018: Wouter
|
||||||
- Fix #4112: Fix that unbound-anchor -f /etc/resolv.conf will not pass
|
- Fix #4112: Fix that unbound-anchor -f /etc/resolv.conf will not pass
|
||||||
if DNSSEC is not enabled. New option -R allows fallback from
|
if DNSSEC is not enabled. New option -R allows fallback from
|
||||||
|
|
|
||||||
|
|
@ -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
|
Default is no. Useful in tunneling scenarios. The TLS contains plain DNS in
|
||||||
TCP wireformat. The other server must support this (see
|
TCP wireformat. The other server must support this (see
|
||||||
\fBtls\-service\-key\fR).
|
\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.
|
load CA certs, otherwise the connections cannot be authenticated.
|
||||||
.TP
|
.TP
|
||||||
.B ssl\-upstream: \fI<yes or no>
|
.B ssl\-upstream: \fI<yes or no>
|
||||||
|
|
@ -1514,7 +1514,7 @@ The default is no.
|
||||||
.B forward\-tls\-upstream: \fI<yes or no>
|
.B forward\-tls\-upstream: \fI<yes or no>
|
||||||
Enabled or disable whether the queries to this forwarder use TLS for transport.
|
Enabled or disable whether the queries to this forwarder use TLS for transport.
|
||||||
Default is no.
|
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.
|
load CA certs, otherwise the connections cannot be authenticated.
|
||||||
.TP
|
.TP
|
||||||
.B forward\-ssl\-upstream: \fI<yes or no>
|
.B forward\-ssl\-upstream: \fI<yes or no>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue