aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-10-23 08:59:12 -0400
committerNick Mathewson <nickm@torproject.org>2017-10-23 08:59:12 -0400
commit97046436b20dbba1258267e0a7bd0c5b02e125d4 (patch)
tree92751d2c13dca0544a28fb011b27d5c8d58cb795
parentc018aa8196dd2417fa75a393c7a8d152ebf52365 (diff)
parentb8dedaee743c7368664d63a77167b3ba82ff0b81 (diff)
downloadtor-97046436b20dbba1258267e0a7bd0c5b02e125d4.tar.gz
tor-97046436b20dbba1258267e0a7bd0c5b02e125d4.zip
Merge branch 'maint-0.3.2'
-rw-r--r--changes/longclaw_235923
-rw-r--r--src/or/config.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/changes/longclaw_23592 b/changes/longclaw_23592
new file mode 100644
index 0000000000..91e2da8972
--- /dev/null
+++ 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
index 55ab76c813..096583bc80 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -1061,7 +1061,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
};