[or-cvs] r11506: Set up moria1 as the first v3 directory authority. (in tor/trunk: . src/or)

arma at seul.org arma at seul.org
Wed Sep 19 03:22:02 UTC 2007


Author: arma
Date: 2007-09-18 23:22:01 -0400 (Tue, 18 Sep 2007)
New Revision: 11506

Modified:
   tor/trunk/ChangeLog
   tor/trunk/src/or/config.c
Log:
Set up moria1 as the first v3 directory authority.


Modified: tor/trunk/ChangeLog
===================================================================
--- tor/trunk/ChangeLog	2007-09-19 03:13:03 UTC (rev 11505)
+++ tor/trunk/ChangeLog	2007-09-19 03:22:01 UTC (rev 11506)
@@ -1,4 +1,8 @@
 Changes in version 0.2.0.7-alpha - 2007-??-??
+  o New directory authorities:
+    - Set up moria1 as the first v3 directory authority. See
+      doc/spec/dir-spec.txt for details on the new directory design.
+
   o Minor features (security):
     - As a client, do not believe any server that tells us that any address
       maps to an internal address space.

Modified: tor/trunk/src/or/config.c
===================================================================
--- tor/trunk/src/or/config.c	2007-09-19 03:13:03 UTC (rev 11505)
+++ tor/trunk/src/or/config.c	2007-09-19 03:22:01 UTC (rev 11506)
@@ -790,9 +790,8 @@
 {
   int i;
   const char *dirservers[] = {
-    /* eventually we should mark moria1 as "v1only" */
-    "moria1 v1 orport=9001 128.31.0.34:9031 "
-      "FFCB 46DB 1339 DA84 674C 70D7 CB58 6434 C437 0441",
+    "moria1 v1 orport=9001 v3ident=5420FD8EA46BD4290F1D07A1883C9D85ECC486C4 "
+      "128.31.0.34:9031 FFCB 46DB 1339 DA84 674C 70D7 CB58 6434 C437 0441",
     "moria2 v1 orport=9002 128.31.0.34:9032 "
       "719B E45D E224 B607 C537 07D0 E214 3E2D 423E 74CF",
     "tor26 v1 orport=443 86.59.21.38:80 "



More information about the tor-commits mailing list