diff options
author | lippe <lippe@FreeBSD.org> | 2013-06-27 04:52:19 +0800 |
---|---|---|
committer | lippe <lippe@FreeBSD.org> | 2013-06-27 04:52:19 +0800 |
commit | fee47ffa8b3bb6e9d4ea4adf47e0013a302a560f (patch) | |
tree | dbdf00c217aa1b6421e7c8b3d2f613ab6febc0bd /net/Makefile | |
parent | 6fc3f2a45d73ab43ad1d62a4b15df425da9b5779 (diff) | |
download | freebsd-ports-gnome-fee47ffa8b3bb6e9d4ea4adf47e0013a302a560f.tar.gz freebsd-ports-gnome-fee47ffa8b3bb6e9d4ea4adf47e0013a302a560f.tar.zst freebsd-ports-gnome-fee47ffa8b3bb6e9d4ea4adf47e0013a302a560f.zip |
ProxyChains is a UNIX program, that hooks network-related libc functions
in dynamically linked programs via a preloaded DLL and redirects the
connections through SOCKS4a/5 or HTTP proxies.
WWW: http://sourceforge.net/projects/proxychains-ng/
PR: ports/175068
Submitted by: nemysis <nemysis@gmx.ch>
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 94df2bc0ff96..4e39f8b4a3e2 100644 --- a/net/Makefile +++ b/net/Makefile @@ -891,6 +891,7 @@ SUBDIR += proxy-connect SUBDIR += proxy-suite SUBDIR += proxychains + SUBDIR += proxychains-ng SUBDIR += prtunnel SUBDIR += ptpd SUBDIR += ptpd2 |