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:28:54 -0500 |
commit | 632688c797bb3968946343cafaaf51c882c59aed (patch) | |
tree | 4a64ceeb4ef305ac43157224bee05e13968f6609 /changes | |
parent | 8dda7bfdb84a5e4b3b422592f811a465e37bb155 (diff) | |
download | tor-632688c797bb3968946343cafaaf51c882c59aed.tar.gz tor-632688c797bb3968946343cafaaf51c882c59aed.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')
-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. |