diff options
author | Roger Dingledine <arma@torproject.org> | 2021-01-27 23:48:57 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-01-29 14:19:17 -0500 |
commit | 93ac6ec4d3d19aaff7fed2ea97b0a30528da3767 (patch) | |
tree | b9c5c48caafc5649e57c5e95caac416f63b4d349 /changes/ticket2667 | |
parent | f26950fa7a077de4b6a9329af397fce74182b1e5 (diff) | |
download | tor-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/ticket2667 | 4 |
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. |