diff options
author | Gabor Seljan <sgabe@users.noreply.github.com> | 2020-05-24 17:44:25 +0200 |
---|---|---|
committer | Gabor Seljan <sgabe@users.noreply.github.com> | 2020-05-26 20:02:15 +0200 |
commit | 46c253dfcaba4ee9cb8299d3c895e399bf282bb8 (patch) | |
tree | 251edd5e0de9c9ea0bbb299f46661fc6635b5964 /net/sslh/files/sslh.config | |
parent | f3aaffdd6f4214c01e97601ed0a1baafaae1d48b (diff) |
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>
Diffstat (limited to 'net/sslh/files/sslh.config')
-rw-r--r-- | net/sslh/files/sslh.config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/sslh/files/sslh.config b/net/sslh/files/sslh.config index cbd767a45..242c46ced 100644 --- a/net/sslh/files/sslh.config +++ b/net/sslh/files/sslh.config @@ -13,9 +13,9 @@ config 'sslh' 'default' # http defaults to 'localhost:80' # --http <httphost>:<httpport> option 'http' '' - # ssl defaults to 'localhost:443' - # --ssl <sslhost>:<sslport> - option 'ssl' '' + # tls defaults to 'localhost:443' + # --tls <tlshost>:<tlsport> + option 'tls' '' # openvpn defaults to 'localhost:1194' # --openvpn <openvpnhost>:<openvpnport> option 'openvpn' '' |