summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-09-20 08:32:55 -0400
committerNick Mathewson <nickm@torproject.org>2017-09-20 08:32:55 -0400
commit2ef4a59a401c55d1977b0d383c6dd9598e43b12f (patch)
tree54adfdbcf1b1bbdaa7ec34da580daf9825c9d2c0
parent4cf9d65050bff2e9377ae654c7a513f89a0b3e37 (diff)
parent2c93be80d9ad0712b5716c85e32f7a5184f3b1d2 (diff)
downloadtor-2ef4a59a401c55d1977b0d383c6dd9598e43b12f.tar.gz
tor-2ef4a59a401c55d1977b0d383c6dd9598e43b12f.zip
Merge branch 'maint-0.2.9' into release-0.2.9
-rw-r--r--changes/longclaw-ipv66
-rw-r--r--src/or/config.c1
2 files changed, 6 insertions, 1 deletions
diff --git a/changes/longclaw-ipv6 b/changes/longclaw-ipv6
new file mode 100644
index 0000000000..75899c9d07
--- /dev/null
+++ b/changes/longclaw-ipv6
@@ -0,0 +1,6 @@
+ o Minor features (directory authorities):
+ - Remove longclaw's IPv6 address, as it will soon change.
+ Authority IPv6 addresses were originally added in 0.2.8.1-alpha.
+ This leaves 3/8 directory authorities with IPv6 addresses, but there
+ are also 52 fallback directory mirrors with IPv6 addresses.
+ Resolves 19760.
diff --git a/src/or/config.c b/src/or/config.c
index 3693cdf83c..2e001ee5ab 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -974,7 +974,6 @@ 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 "
- "ipv6=[2620:13:4000:8000:60:f3ff:fea1:7cff]:443 "
"199.254.238.52:80 74A9 1064 6BCE EFBC D2E8 74FC 1DC9 9743 0F96 8145",
NULL
};