[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] [tor/master] Move moria1 to a nearby IP address



Author: Roger Dingledine <arma@xxxxxxxxxxxxxx>
Date: Wed, 30 Sep 2009 18:46:55 -0400
Subject: Move moria1 to a nearby IP address
Commit: 69ecc127e9c49efb79e93386975d498c9d7bd538

---
 ChangeLog       |    3 +++
 src/or/config.c |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ecf80b4..b4d6c17 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@ Changes in version 0.2.2.4-alpha - 2009-??-??
       to fail to start once we have accumulated 5000 build times in the
       state file. Bugfix on 0.2.2.2-alpha; fixes bug 1108.
 
+  o New directory authorities:
+    - Move moria1 to a nearby IP address.
+
   o Minor features:
     - Log SSL state transitions at debug level during handshake, and
       include SSL states in error messages.  This may help debug
diff --git a/src/or/config.c b/src/or/config.c
index b565d29..2d4135c 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -915,7 +915,7 @@ add_default_trusted_dir_authorities(authority_type_t type)
   int i;
   const char *dirservers[] = {
     "moria1 v1 orport=9001 v3ident=E2A2AF570166665D738736D0DD58169CC61D8A8B "
-      "128.31.0.34:9031 FFCB 46DB 1339 DA84 674C 70D7 CB58 6434 C437 0441",
+      "128.31.0.39: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 v3ident=14C131DFC5C6F93646BE72FA1401C02A8DF2E8B4 "
-- 
1.5.6.5