[tor-commits] [stem/master] Remove Tonga as a directory authority

atagar at torproject.org atagar at torproject.org
Sun Aug 28 18:37:39 UTC 2016


commit 152fa89c33114619913d2be13e67adb4e55ce7ab
Author: Damian Johnson <atagar at torproject.org>
Date:   Sun Aug 28 11:31:47 2016 -0700

    Remove Tonga as a directory authority
    
    Lucky has asked for DocTor notifications to cease and this is the easiest way
    of doing so. Tonga will be replaced with Bitfroest soon as it's up...
    
      https://trac.torproject.org/projects/tor/ticket/19690#comment:7
---
 stem/descriptor/remote.py | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/stem/descriptor/remote.py b/stem/descriptor/remote.py
index d16170c..f0c98f4 100644
--- a/stem/descriptor/remote.py
+++ b/stem/descriptor/remote.py
@@ -807,15 +807,6 @@ DIRECTORY_AUTHORITIES = {
     fingerprint = '7EA6EAD6FD83083C538F44038BBFA077587DD755',
     v3ident = 'E8A9C45EDE6D711294FADF8E7951F4DE6CA56B58',
   ),
-  'Tonga': DirectoryAuthority(
-    nickname = 'Tonga',
-    address = '82.94.251.203',
-    or_port = 443,
-    dir_port = 80,
-    is_bandwidth_authority = False,
-    fingerprint = '4A0CCD2DDC7995083D73F5D667100C8A5831F16D',
-    v3ident = None,  # does not vote in the consensus
-  ),
   'gabelmoo': DirectoryAuthority(
     nickname = 'gabelmoo',
     address = '131.188.40.189',



More information about the tor-commits mailing list