diff options
Diffstat (limited to 'net-misc/sslh/files/sslh.conf.d-2')
-rw-r--r-- | net-misc/sslh/files/sslh.conf.d-2 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net-misc/sslh/files/sslh.conf.d-2 b/net-misc/sslh/files/sslh.conf.d-2 new file mode 100644 index 000000000000..719be7b8dd15 --- /dev/null +++ b/net-misc/sslh/files/sslh.conf.d-2 @@ -0,0 +1,8 @@ +# /etc/conf.d/sslh + +# Options to sslh itself. See the sslh(1) man page. +#OPTIONS="" + +# Multiplexing example +# Port 44 can be used for ssh, http, and https. Drop privileges after starting. +#OPTIONS="-p localhost:44 --ssh 127.0.0.1:22 --http 127.0.0.1:80 --ssl 127.0.0.1:443 --user nobody" |