aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/tor.1.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index 1cc8f841c..1a5ced849 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -1196,7 +1196,7 @@ The following options are useful only for clients (that is, if
compatibility, TransListenAddress is only allowed when TransPort is just
a port number.)
-[[TransProxyType]] **TransProxyTYpe** **default**|**TPROXY**::
+[[TransProxyType]] **TransProxyTYpe** **default**|**TPROXY**|**ipfw**::
TransProxyType may only be enabled when there is transparent proxy listener
enabled.
+
@@ -1208,8 +1208,10 @@ The following options are useful only for clients (that is, if
feature can be found in the Linux kernel source tree in the file
Documentation/networking/tproxy.txt.
+
- Set this to "default", or leave it unconfigured, to use regular IPTables
- on Linux, or to use pf on the *BSD operating systems.
+ Set this option to "ipfw" to use the FreeBSD ipfw interface.
+ +
+ Set this option to "default", or leave it unconfigured, to use regular
+ IPTables on Linux, or to use pf on the *BSD operating systems.
+
(Default: "default".)