aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-12-05 08:17:01 -0500
committerNick Mathewson <nickm@torproject.org>2016-12-05 08:17:01 -0500
commit8230cf7ea601266a70e1cf1b7610d592c177496b (patch)
tree8837ea660ed89ac644e894343d78f5567702b66d /changes
parentf7e8bd640a3c5e2227f991ea9ffe0fef3510d86d (diff)
parent7ffa95abd935fd6ac10abd96e8a8d14aa9035caf (diff)
downloadtor-8230cf7ea601266a70e1cf1b7610d592c177496b.tar.gz
tor-8230cf7ea601266a70e1cf1b7610d592c177496b.zip
Merge remote-tracking branch 'jryans/local-hostname'
Diffstat (limited to 'changes')
-rw-r--r--changes/170704
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/17070 b/changes/17070
new file mode 100644
index 0000000000..ffe616f38d
--- /dev/null
+++ b/changes/17070
@@ -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.