[tor-commits] [stem/master] Add Bifroest as a directory authority

atagar at torproject.org atagar at torproject.org
Thu Sep 8 17:35:35 UTC 2016


commit 75b780acbb544310b92f0ce949f1db4bc42aec3a
Author: Damian Johnson <atagar at torproject.org>
Date:   Thu Sep 8 10:33:06 2016 -0700

    Add Bifroest as a directory authority
    
    Bifroest has now been up and running for a while as the replacement for Tonga.
    Past due that I added it to our list and started DocTor checks.
---
 stem/descriptor/remote.py | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/stem/descriptor/remote.py b/stem/descriptor/remote.py
index f0c98f4..b47ee2b 100644
--- a/stem/descriptor/remote.py
+++ b/stem/descriptor/remote.py
@@ -852,6 +852,15 @@ DIRECTORY_AUTHORITIES = {
     fingerprint = '74A910646BCEEFBCD2E874FC1DC997430F968145',
     v3ident = '23D15D965BC35114467363C165C4F724B64B4F66',
   ),
+  'Bifroest': DirectoryAuthority(
+    nickname = 'Bifroest',
+    address = '37.218.247.217',
+    or_port = 443,
+    dir_port = 80,
+    is_bandwidth_authority = False,
+    fingerprint = '1D8F3A91C37C5D1C4C19B1AD1D0CFBE8BF72D8E1',
+    v3ident = None,  # does not vote in the consensus
+  ),
 }
 
 



More information about the tor-commits mailing list