mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Clarify that ClientRejectInternalAddresses also rejects mDNS *.local hosts
Fixes #17070.
This commit is contained in:
@@ -2100,7 +2100,8 @@ get_interface_address,(int severity, uint32_t *addr))
|
||||
}
|
||||
|
||||
/** Return true if we can tell that <b>name</b> is a canonical name for the
|
||||
* loopback address. */
|
||||
* loopback address. Return true also for *.local hostnames, which are
|
||||
* multicast DNS names for hosts on the local network. */
|
||||
int
|
||||
tor_addr_hostname_is_local(const char *name)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user