mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Avoid checking fallback candidates' DirPorts if they are down in OnionOO
Exclude relays that have been down for 1 or more days from the fallback candidate list. When a relay operator has multiple relays, this prioritises relays that are up over relays that are down. Fixes issue #20926.
This commit is contained in:
@@ -25,6 +25,10 @@
|
||||
fallbacks.) Closes ticket 20912.
|
||||
- Reduce the minimum fallback bandwidth to 1 MByte/s.
|
||||
Part of #18828.
|
||||
o Minor bugfix (fallback directories):
|
||||
o Minor bugfixes (fallback directories):
|
||||
- Stop failing when OUTPUT_COMMENTS is True in updateFallbackDirs.py.
|
||||
Closes ticket 20877; bugfix on commit 9998343 in tor-0.2.8.3-alpha.
|
||||
- Avoid checking fallback candidates' DirPorts if they are down in
|
||||
OnionOO. When a relay operator has multiple relays, this prioritises
|
||||
relays that are up over relays that are down.
|
||||
Closes ticket #20926; bugfix on 0.2.8.3-alpha.
|
||||
|
||||
Reference in New Issue
Block a user