Merge branch '10267_plus_10896_rebased_twice'

This commit is contained in:
Nick Mathewson
2014-04-16 23:03:41 -04:00
6 changed files with 115 additions and 18 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".
+8
View File
@@ -0,0 +1,8 @@
o Minor features:
- Support OpenBSD's divert-to rules with the pf firewall, when
"TransProxyType pf-divert" is specified. This allows Tor to run a
TransPort transparent proxy port on OpenBSD 4.4 or later without
root privileges. See the pf.conf(5) manual page for information on
configuring pf to use divert-to rules. Closes ticket 10896; patch
from Dana Koch.