Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var vor 3 Jahren
..
README d4fbceaeec network/sslh: Added (Applicative protocol multiplexer). vor 10 Jahren
doinst.sh 6c1611b144 network/sslh: Updated for version 1.18. vor 8 Jahren
rc.sslh 6c1611b144 network/sslh: Updated for version 1.18. vor 8 Jahren
slack-desc d4fbceaeec network/sslh: Added (Applicative protocol multiplexer). vor 10 Jahren
sslh.SlackBuild 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var vor 3 Jahren
sslh.info dbba28bb7b network/sslh: Fixed download. vor 8 Jahren

README

sslh accepts connections on specified ports, and forwards
them further based on tests performed on the first data
packet sent by the remote client.

Probes for HTTP, SSL, SSH, OpenVPN, tinc, XMPP are
implemented, and any other protocol that can be tested using
a regular expression, can be recognised. A typical use case
is to allow serving several services on port 443 (e.g. to
connect to SSH from inside a corporate firewall, which
almost never block port 443) while still serving HTTPS on
that port.