aboutsummaryrefslogtreecommitdiff
path: root/security/trans-proxy-tor
Commit message (Collapse)AuthorAgeFilesLines
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-061-4/+0
| | | | Notes: svn path=/head/; revision=225335
* - Turn tor and dns-proxy-tor dependencies into OPTIONSRong-En Fan2007-04-032-6/+41
| | | | | | | | | | | | | - Detect installed tor version - Correct pkg-plist when NOPORTDOCS - Use NO_BUILD instead of empty do-build target - Mark as deprecated in favour of Tor's TransPort option PR: ports/111149 (based on) Approved by: Fabian Keil <fk at fabiankeil.de> (maintainer) Notes: svn path=/head/; revision=189084
* - Update to 0.1.0Martin Wilke2006-07-224-12/+13
| | | | | | | | | PR: ports/100717 Submitted by: Fabian Keil <fk@fabiankeil.de> Approved by: krion (mentor) Notes: svn path=/head/; revision=168499
* Add trans-proxy-tor, transparent proxy used to redirect TCPMartin Wilke2006-07-229-0/+320
connections into Tor. trans-proxy-tor is a transparent proxy that uses PF to redirect TCP connections through Tor (http://tor.eff.org/). Programs that aren't aware of Tor will use it without their knowledge, and their traffic no longer leaves the system unencrypted. PR: ports/99034 Submitted by: Fabian Keil <fk at fabiankeil.de> Notes: svn path=/head/; revision=168470