mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 19:25:25 +03:00
8 lines
297 B
Text
8 lines
297 B
Text
# /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"
|