[or-cvs] r11276: Set up Tonga as the default bridge directory authority. (in tor/trunk: . src/or)

arma at seul.org arma at seul.org
Sat Aug 25 22:02:56 UTC 2007


Author: arma
Date: 2007-08-25 18:02:55 -0400 (Sat, 25 Aug 2007)
New Revision: 11276

Modified:
   tor/trunk/ChangeLog
   tor/trunk/src/or/config.c
Log:
Set up Tonga as the default bridge directory authority.


Modified: tor/trunk/ChangeLog
===================================================================
--- tor/trunk/ChangeLog	2007-08-25 21:59:14 UTC (rev 11275)
+++ tor/trunk/ChangeLog	2007-08-25 22:02:55 UTC (rev 11276)
@@ -1,4 +1,7 @@
 Changes in version 0.2.0.6-alpha - 2007-08-26
+  o New directory authorities:
+    - Set up Tonga as the default bridge directory authority.
+
   o Major features:
     - Directory authorities now track servers by weighted
       mean-times-between-failures. When we have 4 or more days of data,

Modified: tor/trunk/src/or/config.c
===================================================================
--- tor/trunk/src/or/config.c	2007-08-25 21:59:14 UTC (rev 11275)
+++ tor/trunk/src/or/config.c	2007-08-25 22:02:55 UTC (rev 11276)
@@ -800,6 +800,8 @@
       "38D4 F5FC F7B1 0232 28B8 95EA 56ED E7D5 CCDC AF32",
     "dizum 194.109.206.212:80 "
       "7EA6 EAD6 FD83 083C 538F 4403 8BBF A077 587D D755",
+    "Tonga orport=443 bridge no-v2 82.94.251.206:80 "
+      "4A0C CD2D DC79 9508 3D73 F5D6 6710 0C8A 5831 F16D",
     NULL
   };
   for (i=0; dirservers[i]; i++)



More information about the tor-commits mailing list