From f9719b078141fb1a4a0eee281031c73cffde7c30 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 3 Apr 2014 17:05:31 -0400 Subject: [PATCH] Changes file for 10896 --- changes/10896 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changes/10896 diff --git a/changes/10896 b/changes/10896 new file mode 100644 index 0000000000..278815e766 --- /dev/null +++ b/changes/10896 @@ -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. +