[tor-commits] [tor/master] Update the man page to say that OutboundBindAddress* is ignored for DNS

nickm at torproject.org nickm at torproject.org
Wed Jan 10 14:38:34 UTC 2018


commit 387795815525fd3b5ee114c2a9b3e58bda3f9730
Author: ArunaMaurya221B <aruna.maurya12 at gmail.com>
Date:   Mon Dec 18 19:49:52 2017 +0530

    Update the man page to say that OutboundBindAddress* is ignored for DNS
    
    Documentation-only change.
    
    Closes ticket 22145. Patch by "aruna1234".
---
 doc/tor.1.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index fc285ebe1..00bbc2682 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -662,7 +662,7 @@ GENERAL OPTIONS
     be used twice, once with an IPv4 address and once with an IPv6 address.
     IPv6 addresses should be wrapped in square brackets.
     This setting will be ignored for connections to the loopback addresses
-    (127.0.0.0/8 and ::1).
+    (127.0.0.0/8 and ::1), and is not used for DNS requests as well.
 
 [[OutboundBindAddressOR]] **OutboundBindAddressOR** __IP__::
     Make all outbound non-exit (relay and other) connections





More information about the tor-commits mailing list