summaryrefslogtreecommitdiff
path: root/net/tsocks/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'net/tsocks/DESCR')
-rw-r--r--net/tsocks/DESCR8
1 files changed, 8 insertions, 0 deletions
diff --git a/net/tsocks/DESCR b/net/tsocks/DESCR
new file mode 100644
index 00000000000..cae7b63a3a4
--- /dev/null
+++ b/net/tsocks/DESCR
@@ -0,0 +1,8 @@
+tsocks allows 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 is based on the 'shared library interceptor' concept. Through use of
+the LD_PRELOAD environment variable, tsocks is automatically loaded into the
+process space of every executed program.