diff options
Diffstat (limited to 'network/tsocks/README')
-rw-r--r-- | network/tsocks/README | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/network/tsocks/README b/network/tsocks/README deleted file mode 100644 index 53189ee010eb6..0000000000000 --- a/network/tsocks/README +++ /dev/null @@ -1,8 +0,0 @@ -tsocks allows non SOCKS aware applications (e.g telnet, ssh, 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 is based on the use of the LD_PRELOAD environment variable or the -/etc/ld.so.preload file, you'll need permission to use them (normally it's -allowed, but some customized kernels don't allow this procedure) |