diff options
author | J. Ryan Stinnett <jryans@gmail.com> | 2016-12-03 21:06:30 -0600 |
---|---|---|
committer | J. Ryan Stinnett <jryans@gmail.com> | 2016-12-03 21:10:40 -0600 |
commit | 7ffa95abd935fd6ac10abd96e8a8d14aa9035caf (patch) | |
tree | fc34b4690a1eb4a7ca08dabf5364c6e1819f4e16 /doc | |
parent | 8a0ea3ee43da0063c2546092662fa7ce4900bc2c (diff) | |
download | tor-7ffa95abd935fd6ac10abd96e8a8d14aa9035caf.tar.gz tor-7ffa95abd935fd6ac10abd96e8a8d14aa9035caf.zip |
Clarify that ClientRejectInternalAddresses also rejects mDNS *.local hosts
Fixes #17070.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index aa3859e0fe..c4219d96b0 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -1414,7 +1414,8 @@ The following options are useful only for clients (that is, if If true, Tor does not try to fulfill requests to connect to an internal address (like 127.0.0.1 or 192.168.0.1) __unless a exit node is specifically requested__ (for example, via a .exit hostname, or a - controller request). (Default: 1) + controller request). If true, multicast DNS hostnames for machines on the + local network (of the form *.local) are also rejected. (Default: 1) [[DownloadExtraInfo]] **DownloadExtraInfo** **0**|**1**:: If true, Tor downloads and caches "extra-info" documents. These documents |