Browse Source

make the generic handler for TCP-based protocols the default (allows

to use "protocol foo" without defining a type).
OPENBSD_4_3
reyk 17 years ago
parent
commit
d0cf94effd
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/relayd.conf

+ 2
- 2
src/etc/relayd.conf View File

@ -1,4 +1,4 @@
# $OpenBSD: relayd.conf,v 1.11 2007/12/08 17:07:08 reyk Exp $
# $OpenBSD: relayd.conf,v 1.12 2007/12/08 17:15:01 reyk Exp $
#
# Macros
#
@ -61,7 +61,7 @@ relay wwwssl {
#
# Relay and protocol for simple TCP forwarding on layer 7
#
tcp protocol sshtcp {
protocol sshtcp {
# The TCP_NODELAY option is required for "smooth" terminal sessions
tcp nodelay
}


Loading…
Cancel
Save