mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Make the handling for usable-exit counting handle ExitNodes better
It's possible to set your ExitNodes to contains only exits that don't have the Exit flag. If you do that, we'll decide that 0 of your exits are working. Instead, in that case we should look at nodes which have (or which might have) exit policies that don't reject everything. Fix for bug 10543; bugfix on 0.2.4.10-alpha.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
o Minor bugfixes:
|
||||
- If all nodes with the Exit flag have been disabled with the ExitNodes
|
||||
flag, consider nodes which can exit to other ports as well. Fixes bug
|
||||
10543; bugfix on 0.2.4.10-alpha.
|
||||
|
||||
Reference in New Issue
Block a user