diff options
author | teor <teor2345@gmail.com> | 2017-12-22 11:22:10 +1100 |
---|---|---|
committer | teor <teor2345@gmail.com> | 2017-12-22 11:22:10 +1100 |
commit | d10c2d66686180f774ae946e7dc65070dd33cac1 (patch) | |
tree | 085cf2f4593bc907bd1a44b4543d9b14ee36d4b9 /src/config/torrc.sample.in | |
parent | 5fb26ba2d8d96479a42b1ac286129351a0d09b92 (diff) | |
download | tor-d10c2d66686180f774ae946e7dc65070dd33cac1.tar.gz tor-d10c2d66686180f774ae946e7dc65070dd33cac1.zip |
Clarify the OutboundBindAddressOR documentation in the sample torrc
Part of 22145
Diffstat (limited to 'src/config/torrc.sample.in')
-rw-r--r-- | src/config/torrc.sample.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in index 47e4ef9eb0..4728aff9be 100644 --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in @@ -96,7 +96,8 @@ ## If you have multiple network interfaces, you can specify one for ## outgoing traffic to use. ## OutboundBindAddressExit will be used for all exit traffic, while -## OutboundBindAddressOR will be used for all other connections. +## OutboundBindAddressOR will be used for all OR and Dir connections +## (DNS connections ignore OutboundBindAddress). ## If you do not wish to differentiate, use OutboundBindAddress to ## specify the same address for both in a single line. #OutboundBindAddressExit 10.0.0.4 |