summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-01-27 08:05:29 -0500
committerNick Mathewson <nickm@torproject.org>2017-01-27 08:05:29 -0500
commit81c78ec7556b4071b4eb1f60c4867d6ba8cf4685 (patch)
tree721d4456a74b7fb07b5e88e7bb22ac0c0eeb3137 /doc
parentad382049ed9b3408992a7a7ee4dfe2ecdb1d5897 (diff)
downloadtor-81c78ec7556b4071b4eb1f60c4867d6ba8cf4685.tar.gz
tor-81c78ec7556b4071b4eb1f60c4867d6ba8cf4685.zip
Outbindbindaddress variants for Exit and OR.
Allow separation of exit and relay traffic to different source IP addresses (Ticket #17975). Written by Michael Sonntag.
Diffstat (limited to 'doc')
-rw-r--r--doc/tor.1.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index da2a61f4b6..de2e2b4a04 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -640,6 +640,20 @@ GENERAL OPTIONS
This setting will be ignored for connections to the loopback addresses
(127.0.0.0/8 and ::1).
+[[OutboundBindAddressOR]] **OutboundBindAddressOR** __IP__::
+ Make all outbound non-exit (=relay and other) connections originate from the IP
+ address specified. This option overrides **OutboundBindAddress** for the same
+ IP version. This option may be used twice, once with an IPv4 address and once
+ with an IPv6 address. This setting will be ignored for connections to the
+ loopback addresses (127.0.0.0/8 and ::1).
+
+[[OutboundBindAddressExit]] **OutboundBindAddressExit** __IP__::
+ Make all outbound exit connections originate from the IP address specified. This
+ option overrides **OutboundBindAddress** for the same IP version. This option
+ may be used twice, once with an IPv4 address and once with an IPv6 address. This
+ setting will be ignored for connections to the loopback addresses (127.0.0.0/8
+ and ::1).
+
[[PidFile]] **PidFile** __FILE__::
On startup, write our PID to FILE. On clean shutdown, remove
FILE. Can not be changed while tor is running.