From: Florian Eckert Date: Mon, 10 Jan 2022 13:52:41 +0000 (+0100) Subject: stunnel: add new protocol option capwin and capwinctrl X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=71467fe5eef00b6d5030efe4aa550d47948dd99e;p=openwrt-packages.git 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 --- diff --git a/net/stunnel/files/stunnel.init b/net/stunnel/files/stunnel.init index 014b9db02..6e364600d 100644 --- a/net/stunnel/files/stunnel.init +++ b/net/stunnel/files/stunnel.init @@ -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' \