diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-10 13:37:58 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-10 13:37:58 +0800 |
commit | d8e98749f002ff8f478cdce75e14a270e3505751 (patch) | |
tree | d03d1f87a4109bcf6edcf9365c6b7461d491ef5d /net/Makefile | |
parent | a799db4e0b07afe2be21c68fa223111c7365493b (diff) | |
download | freebsd-ports-gnome-d8e98749f002ff8f478cdce75e14a270e3505751.tar.gz freebsd-ports-gnome-d8e98749f002ff8f478cdce75e14a270e3505751.tar.zst freebsd-ports-gnome-d8e98749f002ff8f478cdce75e14a270e3505751.zip |
New port, proxychains 1.8.2
This program forces any tcp connection made by any given
tcp client to follow through proxy (or proxy chain). It is
a kind of proxifier. It acts like sockscap / permeo /
eborder driver (intercepts TCP calls).
PR: ports/53318
Submitted by: Patrick MARIE <mycroft@virgaria.org>
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 aa902a8c3530..c8494feff92a 100644 --- a/net/Makefile +++ b/net/Makefile @@ -523,6 +523,7 @@ SUBDIR += pptpclient SUBDIR += ppxp SUBDIR += proxy-suite + SUBDIR += proxychains SUBDIR += prtunnel SUBDIR += psi SUBDIR += pvm |