mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
sslh: use tls option instead of deprecated ssl
Upstream will drop support for the ssl option in the next future version. Signed-off-by: Gabor Seljan <sgabe@users.noreply.github.com>
This commit is contained in:
@@ -22,9 +22,9 @@ start_instance() {
|
||||
# B) ssh parameter
|
||||
config_get val "${section}" ssh
|
||||
[ -n "${val}" ] && append args "--ssh ${val}"
|
||||
# C) ssl parameter
|
||||
config_get val "${section}" ssl
|
||||
[ -n "${val}" ] && append args "--ssl ${val}"
|
||||
# C) tls parameter
|
||||
config_get val "${section}" tls
|
||||
[ -n "${val}" ] && append args "--tls ${val}"
|
||||
# D) openvpn parameter
|
||||
config_get val "${section}" openvpn
|
||||
[ -n "${val}" ] && append args "--openvpn ${val}"
|
||||
|
||||
Reference in New Issue
Block a user