commit b4fba470ba173c9ee6416334e6d42432db47240a Author: Damian Johnson atagar@torproject.org Date: Wed Nov 2 09:04:12 2016 -0700
Resume check for BadExit being in sync
Lets give this a try. Roger's tweaked moria1's torrc to get in sync with other auths. This reverts commit c3f7557. --- consensus_health_checker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/consensus_health_checker.py b/consensus_health_checker.py index 9dcd197..4e8920b 100755 --- a/consensus_health_checker.py +++ b/consensus_health_checker.py @@ -322,7 +322,7 @@ def run_checks(consensuses, votes): #unmeasured_relays, has_authority_flag, is_recommended_versions, - #bad_exits_in_sync, + bad_exits_in_sync, bandwidth_authorities_in_sync, is_orport_reachable, )
tor-commits@lists.torproject.org