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>
(cherry picked from commit 46c253dfca)
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
[package bump]
This commit is contained in:
committed by
Josef Schlehofer
parent
8f935f38bf
commit
267b490878
@@ -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