[tor-commits] [tor/maint-0.3.2] dirauth: Add bastet to the default authorities

nickm at torproject.org nickm at torproject.org
Mon Oct 23 13:06:43 UTC 2017


commit 15a699462dbf32df78cd187e013063450b989c15
Author: David Goulet <dgoulet at torproject.org>
Date:   Thu Oct 19 16:08:43 2017 -0400

    dirauth: Add bastet to the default authorities
    
    Fixes #23910
    
    Based on a patch by dgoulet; backported to 0.2.5
---
 changes/ticket23910 | 3 +++
 src/or/config.c     | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/changes/ticket23910 b/changes/ticket23910
new file mode 100644
index 000000000..eb38fcf32
--- /dev/null
+++ b/changes/ticket23910
@@ -0,0 +1,3 @@
+  o Directory authority changes:
+    - Add bastet as a ninth directory authority to the default list. Closes
+      ticket 23910.
diff --git a/src/or/config.c b/src/or/config.c
index 97dffe505..bd168bef1 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -873,6 +873,9 @@ add_default_trusted_dir_authorities(dirinfo_type_t type)
     "longclaw orport=443 "
       "v3ident=23D15D965BC35114467363C165C4F724B64B4F66 "
       "199.58.81.140:80 74A9 1064 6BCE EFBC D2E8 74FC 1DC9 9743 0F96 8145",
+    "bastet orport=443 "
+      "v3ident=27102BC123E7AF1D4741AE047E160C91ADC76B21 "
+      "204.13.164.118:80 24E2 F139 121D 4394 C54B 5BCC 368B 3B41 1857 C413",
     NULL
   };
   for (i=0; authorities[i]; i++) {





More information about the tor-commits mailing list