diff options
author | sombriks <sombriks@gmail.com> | 2010-12-28 14:40:25 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-12-29 01:08:49 -0600 |
commit | 106d20277e76a3cc1507cbd8d3e214870ff17692 (patch) | |
tree | bcb9f8c9d90fd7e692987f051b1f41a3213362df /network/httptunnel/README | |
parent | 317811518be63939f7637b715ee95adcb28f7e2c (diff) | |
download | slackbuilds-106d20277e76a3cc1507cbd8d3e214870ff17692.tar.gz |
network/httptunnel: Added (tunnel over http)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/httptunnel/README')
-rw-r--r-- | network/httptunnel/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/network/httptunnel/README b/network/httptunnel/README new file mode 100644 index 0000000000..c6a77aa14b --- /dev/null +++ b/network/httptunnel/README @@ -0,0 +1,6 @@ +httptunnel creates a bidirectional virtual connection tunnelled in +HTTP requests, and the HTTP requests can be sent via an HTTP proxy +if so desired. This can be useful for users behind restrictive +firewalls. If WWW access is allowed through a HTTP proxy, it's +possible to use httptunnel and e.g. telnet or PPP to connect to +another computer outside the firewall. |