Browse Source

don't put options in here that should not be needed in the majority of

cases and will just be copied by users without thinking.
ok claudio@
OPENBSD_6_4
benno 6 years ago
parent
commit
04aba995ed
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/etc/examples/relayd.conf

+ 3
- 3
src/etc/examples/relayd.conf View File

@ -1,4 +1,4 @@
# $OpenBSD: relayd.conf,v 1.4 2018/03/23 09:55:06 claudio Exp $
# $OpenBSD: relayd.conf,v 1.5 2018/05/06 20:56:55 benno Exp $
#
# Macros
#
@ -42,8 +42,8 @@ http protocol https {
value "$SERVER_ADDR:$SERVER_PORT"
match request header set "Connection" value "close"
# Various TCP performance options
tcp { nodelay, sack, socket buffer 65536, backlog 128 }
# Various TCP options
tcp { sack, backlog 128 }
# tls { no tlsv1.0, ciphers HIGH }
# tls no session tickets


Loading…
Cancel
Save