commit df8c9747098be2372f3b153cacdf752198f909ac Author: Damian Johnson atagar@torproject.org Date: Wed Aug 19 09:03:20 2015 -0700
Flag Faravahar as a bandwidth authority
Sina reported on August 13th that his authority is now a bw auth...
Team Cymru's Asia Bandwidth Scanner is now reporting to Faravahar. You should expect to see bandwidth reports from her as of today. --- stem/descriptor/remote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stem/descriptor/remote.py b/stem/descriptor/remote.py index 4d3423d..389182d 100644 --- a/stem/descriptor/remote.py +++ b/stem/descriptor/remote.py @@ -749,7 +749,7 @@ DIRECTORY_AUTHORITIES = { address = '154.35.175.225', or_port = 443, dir_port = 80, - is_bandwidth_authority = False, + is_bandwidth_authority = True, fingerprint = 'CF6D0AAFB385BE71B8E111FC5CFF4B47923733BC', v3ident = 'EFCBE720AB3A82B99F9E953CD5BF50F7EEFC7B97', ),
tor-commits@lists.torproject.org