mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Set up moria1 as the first v3 directory authority.
svn:r11506
This commit is contained in:
parent
2f4fa29b70
commit
53f57dd7c0
@ -1,4 +1,8 @@
|
|||||||
Changes in version 0.2.0.7-alpha - 2007-??-??
|
Changes in version 0.2.0.7-alpha - 2007-??-??
|
||||||
|
o New directory authorities:
|
||||||
|
- Set up moria1 as the first v3 directory authority. See
|
||||||
|
doc/spec/dir-spec.txt for details on the new directory design.
|
||||||
|
|
||||||
o Minor features (security):
|
o Minor features (security):
|
||||||
- As a client, do not believe any server that tells us that any address
|
- As a client, do not believe any server that tells us that any address
|
||||||
maps to an internal address space.
|
maps to an internal address space.
|
||||||
|
@ -790,9 +790,8 @@ add_default_trusted_dirservers(void)
|
|||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
const char *dirservers[] = {
|
const char *dirservers[] = {
|
||||||
/* eventually we should mark moria1 as "v1only" */
|
"moria1 v1 orport=9001 v3ident=5420FD8EA46BD4290F1D07A1883C9D85ECC486C4 "
|
||||||
"moria1 v1 orport=9001 128.31.0.34:9031 "
|
"128.31.0.34:9031 FFCB 46DB 1339 DA84 674C 70D7 CB58 6434 C437 0441",
|
||||||
"FFCB 46DB 1339 DA84 674C 70D7 CB58 6434 C437 0441",
|
|
||||||
"moria2 v1 orport=9002 128.31.0.34:9032 "
|
"moria2 v1 orport=9002 128.31.0.34:9032 "
|
||||||
"719B E45D E224 B607 C537 07D0 E214 3E2D 423E 74CF",
|
"719B E45D E224 B607 C537 07D0 E214 3E2D 423E 74CF",
|
||||||
"tor26 v1 orport=443 86.59.21.38:80 "
|
"tor26 v1 orport=443 86.59.21.38:80 "
|
||||||
|
Loading…
Reference in New Issue
Block a user