ipfw TransPort support on FreeBSD (10267)

This isn't on by default; to get it, you need to set "TransProxyType
ipfw".  (The original patch had automatic detection for whether
/dev/pf is present and openable, but that seems marginally fragile.)
This commit is contained in:
Nick Mathewson
2014-02-03 14:09:07 -05:00
parent d290e36576
commit 3e4680f312
5 changed files with 40 additions and 5 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor features:
- Support the ipfw firewall interface for transparent proxy support on
FreeBSD. To enable it, set "TransProxyType ipfw" in your torrc.
Resolves ticket 10267; patch from "yurivict".