summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclaudio <claudio@openbsd.org>2018-03-23 09:55:06 +0000
committerclaudio <claudio@openbsd.org>2018-03-23 09:55:06 +0000
commit68a152859c1241eda75fcacd53d815782a904a86 (patch)
treeeef5299fa41a376b6785291d31140dad527c310d
parentFix size calculation when spreading out panes. (diff)
downloadwireguard-openbsd-68a152859c1241eda75fcacd53d815782a904a86.tar.xz
wireguard-openbsd-68a152859c1241eda75fcacd53d815782a904a86.zip
Since a while relayd switched from the TLS session cache to using only TLS
session tickets instead. Adjust example relayd.conf file. From Matt Schwartz, reminded by jmc@ OK deraadt@
-rw-r--r--etc/examples/relayd.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/examples/relayd.conf b/etc/examples/relayd.conf
index f9e56d37daa..51ef3c1dc1a 100644
--- a/etc/examples/relayd.conf
+++ b/etc/examples/relayd.conf
@@ -1,4 +1,4 @@
-# $OpenBSD: relayd.conf,v 1.3 2014/12/12 10:05:09 reyk Exp $
+# $OpenBSD: relayd.conf,v 1.4 2018/03/23 09:55:06 claudio Exp $
#
# Macros
#
@@ -46,7 +46,7 @@ http protocol https {
tcp { nodelay, sack, socket buffer 65536, backlog 128 }
# tls { no tlsv1.0, ciphers HIGH }
-# tls session cache disable
+# tls no session tickets
}
relay wwwtls {