diff options
author | Fernando Giannasi <phoemur@gmail.com> | 2013-10-27 22:03:58 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2013-10-27 22:03:58 +0100 |
commit | cae4c4e2e31584a96fa31dd740278e7c91729f93 (patch) | |
tree | 93087d14d3f8803b861f99fdf0aa97f49d3d11c1 /network/tcptunnel/README | |
parent | 8e2c960f4a8cdad5ac5b7b097ec1acb56c7018a3 (diff) |
network/tcptunnel: Added (TCP port forwarder).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/tcptunnel/README')
-rw-r--r-- | network/tcptunnel/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/network/tcptunnel/README b/network/tcptunnel/README new file mode 100644 index 000000000000..f07959c412bf --- /dev/null +++ b/network/tcptunnel/README @@ -0,0 +1,4 @@ +Tcptunnel is a simple TCP port forwarder. This tool listens to a +local TCP port and all the received data is sent to a remote host. +It can be used to redirect TCP based protocols like HTTP, IRC, +NNTP, SSH or SMTP. |