From 93ac6ec4d3d19aaff7fed2ea97b0a30528da3767 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Wed, 27 Jan 2021 23:48:57 -0500 Subject: 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 --- changes/ticket2667 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/ticket2667 (limited to 'changes/ticket2667') 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. -- cgit v1.2.3-54-g00ecf