aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket2667
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2021-01-27 23:48:57 -0500
committerDavid Goulet <dgoulet@torproject.org>2021-01-29 14:19:17 -0500
commit93ac6ec4d3d19aaff7fed2ea97b0a30528da3767 (patch)
treeb9c5c48caafc5649e57c5e95caac416f63b4d349 /changes/ticket2667
parentf26950fa7a077de4b6a9329af397fce74182b1e5 (diff)
downloadtor-93ac6ec4d3d19aaff7fed2ea97b0a30528da3767.tar.gz
tor-93ac6ec4d3d19aaff7fed2ea97b0a30528da3767.zip
exit: Deny re-entry into the network
Exit relays now reject exit attempts to known relay addresses + ORPort and also to authorities on the ORPort and DirPort. Closes #2667 Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes/ticket2667')
-rw-r--r--changes/ticket26674
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket2667 b/changes/ticket2667
new file mode 100644
index 0000000000..cc42286ef9
--- /dev/null
+++ b/changes/ticket2667
@@ -0,0 +1,4 @@
+ o Major feature (exit):
+ - Re-entry into the network is now denied at the Exit level to all relays'
+ ORPort and authorities' ORPort+DirPort. This is to help mitigate a series
+ of attacks. See ticket for more information. Closes ticket 2667.