Skip to content

Instantly share code, notes, and snippets.

@perguth
Last active December 12, 2019 19:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save perguth/164d7d24f57d77ff3851911ffb1d7862 to your computer and use it in GitHub Desktop.
Save perguth/164d7d24f57d77ff3851911ffb1d7862 to your computer and use it in GitHub Desktop.
Configures the port multiplexer `sslh`.
# Configures the port multiplexer sslh
# https://github.com/yrutschle/sslh
# Place in /etc/defaults/sslh
RUN=no
DAEMON=/usr/sbin/sslh
DAEMON_OPTS="--user sslh --listen [201:6779:c497:82f:68fd:188d:4338:1234]:443 --listen 0.0.0.0:443 --tls 127.0.0.1:4443 --anyprot 127.0.0.1:44478 --pidfile /var/run/sslh/sslh.pid"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment