Clarify that ClientRejectInternalAddresses also rejects mDNS *.local hosts

Fixes #17070.
This commit is contained in:
J. Ryan Stinnett
2016-12-03 21:06:30 -06:00
parent 8a0ea3ee43
commit 7ffa95abd9
3 changed files with 8 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
o Documentation (SOCKS connections):
- Clarify that when `ClientRejectInternalAddresses` is enabled (which is the
default), multicast DNS hostnames for machines on the local network (of
the form *.local) are also rejected. Closes ticket 17070.