From 5a2fb492ae73f91f2d55c6e90694461721da8160 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Tue, 27 Sep 2022 18:34:52 +0200 Subject: sslh: use master branch Signed-off-by: Toni Uhlig --- net/sslh/files/sslh.config | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 net/sslh/files/sslh.config (limited to 'net/sslh/files/sslh.config') diff --git a/net/sslh/files/sslh.config b/net/sslh/files/sslh.config new file mode 100644 index 0000000..242c46c --- /dev/null +++ b/net/sslh/files/sslh.config @@ -0,0 +1,38 @@ +package 'sslh' + +config 'sslh' 'default' + # disable or enable + option 'enable' '1' + # listen defaults to '0.0.0.0:443' (all interfaces) + # multiple -p arguments may be supplied using a uci list + # -p : + option 'listen' '' + # ssh defaults to 'localhost:22' + # --ssh : + option 'ssh' '' + # http defaults to 'localhost:80' + # --http : + option 'http' '' + # tls defaults to 'localhost:443' + # --tls : + option 'tls' '' + # openvpn defaults to 'localhost:1194' + # --openvpn : + option 'openvpn' '' + # tinc defaults to 'localhost:655' + # --tinc : + option 'tinc' '' + # xmpp defaults to 'localhost:5222' + # --xmpp : + option 'xmpp' '' + # timeout (for ssh, then ssl is assumed) defaults to 2 + # -t + option 'timeout' '' + # verbose defaults to off + # -v + option 'verbose' '0' + # transparent defaults to false + # --transparent + option 'transparent' '0' + # use external config file + # option configfile '/etc/sslh.conf' -- cgit v1.2.3