You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/sslh/files/sslh.conf.d-2

9 lines
289 B

# /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"