aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-02-03 14:09:07 -0500
committerNick Mathewson <nickm@torproject.org>2014-04-16 23:03:25 -0400
commit3e4680f3126c2a06358535b08bf267dca1bb90a7 (patch)
tree014486c97356c86c7124ff33159c1a40159671a3 /changes
parentd290e36576c07b288a6347385d144a493869bd97 (diff)
downloadtor-3e4680f3126c2a06358535b08bf267dca1bb90a7.tar
tor-3e4680f3126c2a06358535b08bf267dca1bb90a7.tar.gz
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.)
Diffstat (limited to 'changes')
-rw-r--r--changes/10267_tproxy4
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/10267_tproxy b/changes/10267_tproxy
new file mode 100644
index 000000000..f65e4a2c5
--- /dev/null
+++ b/changes/10267_tproxy
@@ -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".