diff options
author | 2020-10-22 07:48:50 +0000 | |
---|---|---|
committer | 2020-10-22 07:48:50 +0000 | |
commit | 87c57f29305ea97ab50bdc96f990f21c1ea855ea (patch) | |
tree | d138e5c081ce1887fae4ca4944a7cbf51b5929c7 | |
parent | ug_err() was renamed to err() in r1.41. A new ug_err call was added in (diff) | |
download | wireguard-openbsd-87c57f29305ea97ab50bdc96f990f21c1ea855ea.tar.xz wireguard-openbsd-87c57f29305ea97ab50bdc96f990f21c1ea855ea.zip |
session tickets are disabled by default, correct the manpage.
ok claudio
-rw-r--r-- | usr.sbin/relayd/relayd.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/relayd/relayd.conf.5 b/usr.sbin/relayd/relayd.conf.5 index 491fc216b71..428c7519e8e 100644 --- a/usr.sbin/relayd/relayd.conf.5 +++ b/usr.sbin/relayd/relayd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: relayd.conf.5,v 1.199 2020/09/14 11:30:25 martijn Exp $ +.\" $OpenBSD: relayd.conf.5,v 1.200 2020/10/22 07:48:50 benno Exp $ .\" .\" Copyright (c) 2006 - 2016 Reyk Floeter <reyk@openbsd.org> .\" Copyright (c) 2006, 2007 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: September 14 2020 $ +.Dd $Mdocdate: October 22 2020 $ .Dt RELAYD.CONF 5 .Os .Sh NAME @@ -1011,7 +1011,7 @@ Disable TLS session tickets. .Xr relayd 8 supports stateless TLS session tickets (RFC 5077) to implement TLS session resumption. -The default is to enable session tickets. +The default is to disable session tickets. .It Ic no tlsv1.3 Disable the TLSv1.3 protocol. The default is to enable TLSv1.3. |