diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | src/or/config.c | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -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 b565d2900d..2d4135c7c1 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 " |