stunnel: add new protocol option capwin and capwinctrl
The new protocol capwin and capwinctrl was added in version 5.61 https://www.stunnel.org/NEWS.html Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
1e17d3b93c
commit
71467fe5ee
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ validate_service_options() {
|
|||
'OCSPflag:list(or("NOCASIGN","NOCERTS","NOCHAIN","NOCHECKS","NODELEGATED","NOEXPLICIT","NOINTERN","NOSIGS","NOTIME","NOVERIFY","RESPID_KEY","TRUSTOTHER"))' \
|
||||
'OCSPnonce:bool' \
|
||||
'options:list(string) ' \
|
||||
'protocol:or("cifs","connect","imap","nntp","pgsql","pop3","proxy","smtp","socks")' \
|
||||
'protocol:or("cifs","capwin","capwinctrl","connect","imap","nntp","pgsql","pop3","proxy","smtp","socks")' \
|
||||
'protocolAuthentication:or("basic","login","ntlm","plain")' \
|
||||
'protocolDomain:hostname' \
|
||||
'protocolHost_host:host' \
|
||||
|
|
Loading…
Reference in a new issue