[tor-commits] [doctor/master] longclaw is now a bandwidth authority

atagar at torproject.org atagar at torproject.org
Fri Nov 2 22:21:33 UTC 2018


commit f85feca4822d63cd641554bdec306d837de444fc
Author: Damian Johnson <atagar at torproject.org>
Date:   Fri Nov 2 15:21:02 2018 -0700

    longclaw is now a bandwidth authority
    
    Correction thanks to juga and nusenu.
---
 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 5ef660a..8a72a82 100755
--- a/consensus_health_checker.py
+++ b/consensus_health_checker.py
@@ -29,7 +29,7 @@ DIRECTORY_AUTHORITIES = stem.directory.Authority.from_cache()
 del DIRECTORY_AUTHORITIES['tor26']  # DirPort does not service requests without a '.z' suffix
 
 EMAIL_SUBJECT = 'Consensus issues'
-BANDWIDTH_AUTHORITIES = ('moria1', 'gabelmoo', 'maatuska', 'Faravahar', 'bastet')
+BANDWIDTH_AUTHORITIES = ('moria1', 'gabelmoo', 'maatuska', 'Faravahar', 'bastet', 'longclaw')
 
 CONFIG = stem.util.conf.config_dict('consensus_health', {
   'msg': {},



More information about the tor-commits mailing list