[tor-commits] [tor/release-0.2.9] Add bastet's ipv6 address

nickm at torproject.org nickm at torproject.org
Mon Nov 27 14:09:44 UTC 2017


commit 25c90230be25ec7f041501a033dcc932c3f9c83c
Author: Sebastian Hahn <sebastian at torproject.org>
Date:   Thu Nov 23 07:37:56 2017 +0100

    Add bastet's ipv6 address
    
    Implements ticket 24394
---
 changes/bastet_v6 | 4 ++++
 src/or/config.c   | 1 +
 2 files changed, 5 insertions(+)

diff --git a/changes/bastet_v6 b/changes/bastet_v6
new file mode 100644
index 000000000..ee4e2c809
--- /dev/null
+++ b/changes/bastet_v6
@@ -0,0 +1,4 @@
+  o Minor features (directory authority):
+    - Add an IPv6 address for the "bastet" directory authority.
+      Closes ticket 24394.
+
diff --git a/src/or/config.c b/src/or/config.c
index dd0eaa871..557790a81 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -931,6 +931,7 @@ static const char *default_authorities[] = {
     "199.58.81.140:80 74A9 1064 6BCE EFBC D2E8 74FC 1DC9 9743 0F96 8145",
   "bastet orport=443 "
     "v3ident=27102BC123E7AF1D4741AE047E160C91ADC76B21 "
+    "ipv6=[2620:13:4000:6000::1000:118]:443 "
     "204.13.164.118:80 24E2 F139 121D 4394 C54B 5BCC 368B 3B41 1857 C413",
   NULL
 };





More information about the tor-commits mailing list