aboutsummaryrefslogtreecommitdiff
path: root/network/sslh/README
diff options
context:
space:
mode:
authormara <mara@fail.pp.ua>2014-03-09 09:26:49 +0700
committerErik Hanson <erik@slackbuilds.org>2014-03-12 12:42:49 -0500
commitd4fbceaeec3671400446bf848356cede01c8b19a (patch)
tree81b6c27347af0cee96850e09b19880763cfddb47 /network/sslh/README
parent9e546755c07c8ad0c3d8b3189a1ac6c9e029c587 (diff)
downloadslackbuilds-d4fbceaeec3671400446bf848356cede01c8b19a.tar.xz
network/sslh: Added (Applicative protocol multiplexer).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/sslh/README')
-rw-r--r--network/sslh/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/network/sslh/README b/network/sslh/README
new file mode 100644
index 000000000000..085d021b2802
--- /dev/null
+++ b/network/sslh/README
@@ -0,0 +1,11 @@
+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.