[tor-commits] [stem/master] Replace Bifroest bridge authority with Serge

atagar at torproject.org atagar at torproject.org
Mon Jul 16 00:42:31 UTC 2018


commit cb74dbdf3ffd44261693e2014a17a4206b6654ce
Author: Damian Johnson <atagar at torproject.org>
Date:   Sun Jul 15 15:08:50 2018 -0700

    Replace Bifroest bridge authority with Serge
---
 docs/change_log.rst |  1 +
 stem/directory.py   | 12 ++++++------
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/docs/change_log.rst b/docs/change_log.rst
index 88558374..09237cba 100644
--- a/docs/change_log.rst
+++ b/docs/change_log.rst
@@ -76,6 +76,7 @@ The following are only available within Stem's `git repository
   * Reduced maximum descriptors fetched by the remote module to match tor's new limit (:trac:`24743`)
   * Consensus **shared_randomness_*_reveal_count** attributes undocumented, and unavailable if retrieved before their corresponding shared_randomness_*_value attribute (:trac:`25046`)
   * Allow 'proto' line to have blank values (:spec:`a8455f4`)
+  * Replaced Bifroest bridge authority with Serge (:trac:`26771`)
 
  * **Utilities**
 
diff --git a/stem/directory.py b/stem/directory.py
index ba0ef702..efd37641 100644
--- a/stem/directory.py
+++ b/stem/directory.py
@@ -647,12 +647,12 @@ DIRECTORY_AUTHORITIES = {
     orport_v6 = ('2620:13:4000:6000::1000:118', 443),
     v3ident = '27102BC123E7AF1D4741AE047E160C91ADC76B21',
   ),
-  'Bifroest': Authority(
-    nickname = 'Bifroest',
-    address = '37.218.247.217',
-    or_port = 443,
-    dir_port = 80,
-    fingerprint = '1D8F3A91C37C5D1C4C19B1AD1D0CFBE8BF72D8E1',
+  'Serge': Authority(
+    nickname = 'Serge',
+    address = '66.111.2.131',
+    or_port = 9001,
+    dir_port = 9030,
+    fingerprint = 'BA44A889E64B93FAA2B114E02C2A279A8555C533',
     v3ident = None,  # does not vote in the consensus
   ),
 }





More information about the tor-commits mailing list