[or-cvs] r13231: Set up dannenberg (run by CCC) as the sixth v3 directory aut (in tor/trunk: . src/or)

arma at seul.org arma at seul.org
Tue Jan 22 22:38:38 UTC 2008


Author: arma
Date: 2008-01-22 17:38:38 -0500 (Tue, 22 Jan 2008)
New Revision: 13231

Modified:
   tor/trunk/ChangeLog
   tor/trunk/src/or/config.c
Log:
Set up dannenberg (run by CCC) as the sixth v3 directory
authority.


Modified: tor/trunk/ChangeLog
===================================================================
--- tor/trunk/ChangeLog	2008-01-22 21:28:31 UTC (rev 13230)
+++ tor/trunk/ChangeLog	2008-01-22 22:38:38 UTC (rev 13231)
@@ -1,4 +1,8 @@
 Changes in version 0.2.0.18-alpha - 2008-01-??
+  o New directory authorities:
+    - Set up dannenberg (run by CCC) as the sixth v3 directory
+      authority.
+
   o Major bugfixes:
     - We accidentally enabled the under-development v2 TLS handshake
       code, which is causing log entries like "TLS error while

Modified: tor/trunk/src/or/config.c
===================================================================
--- tor/trunk/src/or/config.c	2008-01-22 21:28:31 UTC (rev 13230)
+++ tor/trunk/src/or/config.c	2008-01-22 22:38:38 UTC (rev 13231)
@@ -835,6 +835,9 @@
     "gabelmoo orport=443 no-v2 "
       "v3ident=EAA879B5C75032E462CB018630D2D0DF46EBA606 "
       "88.198.7.215:80 6833 3D07 61BC F397 A587 A0C0 B963 E4A9 E99E C4D3",
+    "dannenberg orport=443 no-v2 "
+      "v3ident=585769C78764D58426B8B52B6651A5A71137189A "
+      "213.73.91.31:80 7BE6 83E6 5D48 1413 21C5 ED92 F075 C553 64AC 7123",
     NULL
   };
   for (i=0; dirservers[i]; i++) {



More information about the tor-commits mailing list