diff options
-rw-r--r-- | libraries/tsocks/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libraries/tsocks/README b/libraries/tsocks/README index 1f61ecd8ba84b..66685de1895ba 100644 --- a/libraries/tsocks/README +++ b/libraries/tsocks/README @@ -1,4 +1,5 @@ -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. +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. |