Docker image containing sslh with some configs. Based on alpine image.
Start and expose 443
docker run -d -p 443:443 --name sslh-hub shaddysignal/sslh-hub
Enviroment variables for manipulating container. Names are self explonatory, I hope.
LISTEN_IP 0.0.0.0
LISTEN_PORT 443
SSH_HOST localhost
SSH_PORT 22
OPENVPN_HOST localhost
OPENVPN_PORT 1194
HTTPS_HOST localhost
HTTPS_PORT 8443
SHADOWSOCKS_HOST localhost
SHADOWSOCKS_PORT 8388
Thanks to docker image amondit/sslh for inspiration.