diff options
author | Roger Dingledine <arma@torproject.org> | 2021-02-10 03:10:12 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-02-17 10:28:18 -0500 |
commit | 8a8045c788b6883751b5ecbfbd3de4da0dfd313a (patch) | |
tree | f0f3f4d29c367c0d7543903418603da414eb22d7 /changes | |
parent | 336c45f1a5b30b31cbb76a2622a6e80d755db2b5 (diff) | |
download | tor-8a8045c788b6883751b5ecbfbd3de4da0dfd313a.tar.gz tor-8a8045c788b6883751b5ecbfbd3de4da0dfd313a.zip |
relay: No longer test dirport reachability for authorities
Now that exit relays don't allow exit connections to directory authority
DirPorts, the follow-up step is to make directory authorities stop doing
DirPort reachability checks.
Fixes #40287
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug40287 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug40287 b/changes/bug40287 new file mode 100644 index 0000000000..5a9c899d52 --- /dev/null +++ b/changes/bug40287 @@ -0,0 +1,4 @@ + o Minor bugfixes (directory authority): + - Now that exit relays don't allow exit connections to directory authority + DirPorts (network reentry), disable authorities' reachability self test + on the DirPort. Fixes bug 40287; bugfix on 0.4.5.5-rc. |