diff options
author | Marco Bonetti <sid77@slackware.it> | 2010-08-14 16:55:18 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2010-08-14 16:55:18 -0400 |
commit | b285681faa68625ef446a0aac579749076017a09 (patch) | |
tree | 76f10e6511cbb942b7008d962f4ad91ab75c0314 /libraries/tsocks/README | |
parent | f7500f0600da2b8868897b1478885cb67cddb556 (diff) | |
download | slackbuilds-b285681faa68625ef446a0aac579749076017a09.tar.gz |
libraries/tsocks: Added (transparent SOCKS proxying library)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/tsocks/README')
-rw-r--r-- | libraries/tsocks/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/tsocks/README b/libraries/tsocks/README new file mode 100644 index 0000000000..1f61ecd8ba --- /dev/null +++ b/libraries/tsocks/README @@ -0,0 +1,4 @@ +tsocks' role is to allow these non SOCKS aware applications (e.g telnet, ssh, +ftp etc) to use SOCKS without any modification. It does this by intercepting +the calls that applications make to establish network connections and +negotating them through a SOCKS server as necessary. |