summaryrefslogtreecommitdiff
path: root/net-misc/sslh/files/sslh.conf.d-2
blob: 460a56b1183b8d5233135dc9cdb87129e8a8348c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# /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.
# Note that this example is not compatible with systemd, as privilege dropping
# is now handled by systemd.
#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"
#
# Port 44 can be used for ssh, http, and https. This is the same configuration
# as the above, but compatible with systemd.
#DAEMON_OPTS="-p localhost:44 --ssh 127.0.0.1:22 --http 127.0.0.1:80 --ssl 127.0.0.1:443"