From 7ffa95abd935fd6ac10abd96e8a8d14aa9035caf Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Sat, 3 Dec 2016 21:06:30 -0600 Subject: Clarify that ClientRejectInternalAddresses also rejects mDNS *.local hosts Fixes #17070. --- src/common/address.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/common/address.c') diff --git a/src/common/address.c b/src/common/address.c index 773e688554..fa6630ef92 100644 --- a/src/common/address.c +++ b/src/common/address.c @@ -2100,7 +2100,8 @@ get_interface_address,(int severity, uint32_t *addr)) } /** Return true if we can tell that name 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) { -- cgit v1.2.3-54-g00ecf