[or-cvs] ok, put moria1 back in, since it"s v1 and thus we need to s...

arma at seul.org arma at seul.org
Tue Apr 11 14:12:06 UTC 2006


Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or

Modified Files:
	config.c 
Log Message:
ok, put moria1 back in, since it's v1 and thus we need to send
our rendezvous descriptors to it.

eventually we might make a 'v1only' tag that explains it's only
for rendezvous descriptors.


Index: config.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/config.c,v
retrieving revision 1.557
retrieving revision 1.558
diff -u -p -d -r1.557 -r1.558
--- config.c	10 Apr 2006 21:40:43 -0000	1.557
+++ config.c	11 Apr 2006 14:12:04 -0000	1.558
@@ -526,6 +526,9 @@ add_default_trusted_dirservers(void)
 {
   int i;
   const char *dirservers[] = {
+    /* eventually we should mark moria1 as "v1only" */
+    "moria1 v1 18.244.0.188:9031 "
+      "FFCB 46DB 1339 DA84 674C 70D7 CB58 6434 C437 0441",
     "moria2 v1 18.244.0.114:80 "
       "719B E45D E224 B607 C537 07D0 E214 3E2D 423E 74CF",
     "tor26 v1 86.59.21.38:80 "



More information about the tor-commits mailing list