diff options
| author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-10 05:37:58 +0000 |
|---|---|---|
| committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-10 05:37:58 +0000 |
| commit | 5f87cef0b9c7f52910072390c8f5393fb8318bb1 (patch) | |
| tree | 2a2b7e504b59e66f13d40a25e7da84176233ccef /net/proxychains/files/patch-::config.h.in | |
| parent | New port: yaph 0.91 (diff) | |
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>
Notes
Notes:
svn path=/head/; revision=90746
Diffstat (limited to 'net/proxychains/files/patch-::config.h.in')
| -rw-r--r-- | net/proxychains/files/patch-::config.h.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net/proxychains/files/patch-::config.h.in b/net/proxychains/files/patch-::config.h.in new file mode 100644 index 000000000000..bc26541f4017 --- /dev/null +++ b/net/proxychains/files/patch-::config.h.in @@ -0,0 +1,9 @@ +--- config.h.in.old Sat Jun 14 15:08:43 2003 ++++ config.h.in Sat Jun 14 15:09:24 2003 +@@ -6,3 +6,6 @@ + /* Version number of package */ + #undef VERSION + ++/* PREFIX needed for libproxychains.c */ ++#undef PREFIX ++ |
