diff options
author | Roger Dingledine <arma@torproject.org> | 2004-10-14 10:05:22 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-10-14 10:05:22 +0000 |
commit | 56e151eb419f242b5765992982152ace08a999b1 (patch) | |
tree | 50e74ab290aef08d42166d9ff078afbab9787b3a /src | |
parent | 30b5ceb6fb5969e284a9d36865e30e3fd2723970 (diff) | |
download | tor-56e151eb419f242b5765992982152ace08a999b1.tar tor-56e151eb419f242b5765992982152ace08a999b1.tar.gz |
advertise moria2's dirport as 18.244.0.114:80
svn:r2511
Diffstat (limited to 'src')
-rw-r--r-- | src/config/torrc.sample.in | 2 | ||||
-rw-r--r-- | src/or/config.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in index b86a9aa53..5fcdabef5 100644 --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in @@ -39,7 +39,7 @@ AllowUnverifiedNodes middle,rendezvous # and uses the given addresses to connect to the trusted directory # servers. DirServer 18.244.0.188:9031 FFCB 46DB 1339 DA84 674C 70D7 CB58 6434 C437 0441 -DirServer 18.244.0.188:9032 719B E45D E224 B607 C537 07D0 E214 3E2D 423E 74CF +DirServer 18.244.0.114:80 719B E45D E224 B607 C537 07D0 E214 3E2D 423E 74CF DirServer 62.116.124.106:9030 847B 1F85 0344 D787 6491 A548 92F9 0493 4E4E B85D ##################### Below is just for servers ##################### diff --git a/src/or/config.c b/src/or/config.c index 31298cbc3..db73a2fcc 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -310,7 +310,7 @@ add_default_trusted_dirservers(void) parse_dir_server_line("18.244.0.188:9031 " "FFCB 46DB 1339 DA84 674C 70D7 CB58 6434 C437 0441"); /* moria2 */ - parse_dir_server_line("18.244.0.188:9032 " + parse_dir_server_line("18.244.0.114:80 " "719B E45D E224 B607 C537 07D0 E214 3E2D 423E 74CF"); /* tor26 */ parse_dir_server_line("62.116.124.106:9030 " |