blob: 98bce5383930bdfa949d0d20866f61239d968c0f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
; It is recommended to drop root privileges if stunnel is started by root
setuid = nobody
setgid = nobody
; **************************************************************************
; * Service defaults may also be specified in individual service sections *
; **************************************************************************
options = -NO_SSLv3
; These options provide additional security at some performance degradation
;options = SINGLE_ECDH_USE
;options = SINGLE_DH_USE
; **************************************************************************
; * Service definitions (remove all services for inetd mode) *
; **************************************************************************
[telnet]
client = yes
accept = 127.0.0.1:23
connect = localhost:992
verify = 0
|