[or-cvs] [tor/maint-0.2.1] Set up urras as the seventh v3 directory authority.

arma at seul.org arma at seul.org
Mon Aug 10 05:34:41 UTC 2009


Author: Roger Dingledine <arma at torproject.org>
Date: Mon, 10 Aug 2009 01:32:51 -0400
Subject: Set up urras as the seventh v3 directory authority.
Commit: 8abe3bac7e66a5ef3f0d3275159e0012ccd7212f

---
 ChangeLog       |    4 ++++
 src/or/config.c |    2 ++
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 132c815..9e3cd84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
 Changes in version 0.2.1.20 - 2009-??-??
+  o New directory authorities:
+    - Set up urras (run by Jacob Appelbaum) as the seventh v3 directory
+      authority.
+
   o Minor bugfixes:
     - Fix a signed/unsigned compile warning in 0.2.1.19.
 
diff --git a/src/or/config.c b/src/or/config.c
index 603f1b6..84146c1 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -921,6 +921,8 @@ add_default_trusted_dir_authorities(authority_type_t type)
     "dannenberg orport=443 no-v2 "
       "v3ident=585769C78764D58426B8B52B6651A5A71137189A "
       "213.73.91.31:80 7BE6 83E6 5D48 1413 21C5 ED92 F075 C553 64AC 7123",
+    "urras orport=80 no-v2 v3ident=80550987E1D626E3EBA5E5E75A458DE0626D088C "
+      "208.83.223.34:443 0AD3 FA88 4D18 F89E EA2D 89C0 1937 9E0E 7FD9 4417",
     NULL
   };
   for (i=0; dirservers[i]; i++) {
-- 
1.5.6.5



More information about the tor-commits mailing list