diff options
author | Roger Dingledine <arma@torproject.org> | 2009-09-30 22:35:05 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-09-30 22:35:05 -0400 |
commit | b9e8f0a0132d52fc62889a07e17a7e67abc251a1 (patch) | |
tree | b16a433f0c5d52823966efebd7d5e3704d067abf | |
parent | bda2a94cf9dddadf8871c60a794a5ab11fc0a9af (diff) | |
download | tor-b9e8f0a0132d52fc62889a07e17a7e67abc251a1.tar tor-b9e8f0a0132d52fc62889a07e17a7e67abc251a1.tar.gz |
Move Tonga to an alternate IP address
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | src/or/config.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ Changes in version 0.2.2.4-alpha - 2009-??-?? state file. Bugfix on 0.2.2.2-alpha; fixes bug 1108. o New directory authorities: - - Move moria1 to a nearby IP address. + - Move moria1 and Tonga to alternate IP addresses. o Minor features: - Log SSL state transitions at debug level during handshake, and diff --git a/src/or/config.c b/src/or/config.c index 2d4135c7c..df346081a 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -922,7 +922,7 @@ add_default_trusted_dir_authorities(authority_type_t type) "86.59.21.38:80 847B 1F85 0344 D787 6491 A548 92F9 0493 4E4E B85D", "dizum orport=443 v3ident=E8A9C45EDE6D711294FADF8E7951F4DE6CA56B58 " "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 " + "Tonga orport=443 bridge no-v2 82.94.251.203:80 " "4A0C CD2D DC79 9508 3D73 F5D6 6710 0C8A 5831 F16D", "ides orport=9090 no-v2 v3ident=27B6B5996C426270A5C95488AA5BCEB6BCC86956 " "216.224.124.114:9030 F397 038A DC51 3361 35E7 B80B D99C A384 4360 292B", |