diff options
author | ArunaMaurya221B <aruna.maurya12@gmail.com> | 2017-12-18 19:49:52 +0530 |
---|---|---|
committer | teor <teor2345@gmail.com> | 2017-12-22 11:30:18 +1100 |
commit | 387795815525fd3b5ee114c2a9b3e58bda3f9730 (patch) | |
tree | a301739312154c60c0618d3a708102c5389c2551 /doc | |
parent | 94c59851df353442ca5e56119ae4b0affa630e56 (diff) | |
download | tor-387795815525fd3b5ee114c2a9b3e58bda3f9730.tar.gz tor-387795815525fd3b5ee114c2a9b3e58bda3f9730.zip |
Update the man page to say that OutboundBindAddress* is ignored for DNS
Documentation-only change.
Closes ticket 22145. Patch by "aruna1234".
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index fc285ebe1b..00bbc2682f 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 |