Browse Source

Set up urras as the seventh v3 directory authority.

Roger Dingledine 15 years ago
parent
commit
8abe3bac7e
2 changed files with 6 additions and 0 deletions
  1. 4 0
      ChangeLog
  2. 2 0
      src/or/config.c

+ 4 - 0
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.
 

+ 2 - 0
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++) {