summaryrefslogtreecommitdiff
blob: 719be7b8dd15c7e1410354d1b9dbd39c07242760 (plain)
1
2
3
4
5
6
7
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"