tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 783e458c07be5f3f3539b1420e2a51f8b4efe04a
parent 74e8fd22c9971a7184d74d2775ca1c575e54e08f
Author: Nick Mathewson <nickm@torproject.org>
Date:   Mon, 23 Oct 2017 08:59:11 -0400

Merge branch 'maint-0.2.9' into maint-0.3.0

Diffstat:
Achanges/longclaw_23592 | 3+++
Msrc/or/config.c | 2+-
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/changes/longclaw_23592 b/changes/longclaw_23592 @@ -0,0 +1,3 @@ + o Directory authority changes: + - The directory authority "Longclaw" has changed its IP address. + Closes ticket 23592. diff --git a/src/or/config.c b/src/or/config.c @@ -1037,7 +1037,7 @@ static const char *default_authorities[] = { "154.35.175.225:80 CF6D 0AAF B385 BE71 B8E1 11FC 5CFF 4B47 9237 33BC", "longclaw orport=443 " "v3ident=23D15D965BC35114467363C165C4F724B64B4F66 " - "199.254.238.52:80 74A9 1064 6BCE EFBC D2E8 74FC 1DC9 9743 0F96 8145", + "199.58.81.140:80 74A9 1064 6BCE EFBC D2E8 74FC 1DC9 9743 0F96 8145", NULL };