aboutsummaryrefslogtreecommitdiffstats
path: root/testing/sslh/sslh.confd
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2017-09-21 13:57:19 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2017-09-21 15:23:52 +0000
commitb0ed51b1bcb6f0a500298b08f3480a9587ce89ed (patch)
treea69f85640c0b616c20a2ce38563df56d1b03ba72 /testing/sslh/sslh.confd
parent23278078823bcf134833a70fa94866bece9e17c8 (diff)
downloadaports-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.confd8
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"