From: teor Date: Fri, 22 Dec 2017 00:22:10 +0000 (+1100) Subject: Clarify the OutboundBindAddressOR documentation in the sample torrc X-Git-Tag: tor-0.3.2.9~15^2^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d10c2d66686180f774ae946e7dc65070dd33cac1;p=thirdparty%2Ftor.git Clarify the OutboundBindAddressOR documentation in the sample torrc Part of 22145 --- 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