diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2014-11-27 01:12:59 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-11-27 01:12:59 +0700 |
commit | a24af07f3fdcbf29ac2be9cc6853cee4e66e815d (patch) | |
tree | b0caf1eeb4a7133e03e76fde7709e183c6fba07b /network/proxychains/README | |
parent | 01d8ce840e0f71fb13cf26cb13dfe89da261aa49 (diff) | |
download | slackbuilds-a24af07f3fdcbf29ac2be9cc6853cee4e66e815d.tar.gz |
network/proxychains: Updated for version 4.8.1 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/proxychains/README')
-rw-r--r-- | network/proxychains/README | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/network/proxychains/README b/network/proxychains/README index 82e9ea76ee..1abb0629ee 100644 --- a/network/proxychains/README +++ b/network/proxychains/README @@ -1,7 +1,3 @@ -A tool that forces any TCP connection made by any given -application to follow through proxy like TOR or any other -SOCKS4, SOCKS5 or HTTP(S) proxy. - -Supported auth-types: - "user/pass" for SOCKS4/5 - "basic" for HTTP. +proxychains(-ng) is a preloader which hooks calls to sockets in +dynamically linked programs and redirects it through one or more +socks/http proxies. |