diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-09-21 13:57:19 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-09-21 15:23:52 +0000 |
commit | b0ed51b1bcb6f0a500298b08f3480a9587ce89ed (patch) | |
tree | a69f85640c0b616c20a2ce38563df56d1b03ba72 /testing/sslh/sslh.confd | |
parent | 23278078823bcf134833a70fa94866bece9e17c8 (diff) | |
download | aports-b0ed51b1bcb6f0a500298b08f3480a9587ce89ed.tar.bz2 aports-b0ed51b1bcb6f0a500298b08f3480a9587ce89ed.tar.xz |
testing/sslh: new aport. Fixes #7860
Diffstat (limited to 'testing/sslh/sslh.confd')
-rw-r--r-- | testing/sslh/sslh.confd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/sslh/sslh.confd b/testing/sslh/sslh.confd new file mode 100644 index 0000000000..73d08d5f44 --- /dev/null +++ b/testing/sslh/sslh.confd @@ -0,0 +1,8 @@ +# /etc/conf.d/sslh + +# Options to sslh itself. See the sslh(1) man page. +#DAEMON_OPTS="" + +# Multiplexing example +# Port 44 can be used for ssh, http, and https. Drop privileges after starting. +#DAEMON_OPTS="-p localhost:44 --ssh 127.0.0.1:22 --http 127.0.0.1:80 --ssl 127.0.0.1:443 --user nobody" |