aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket32822
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-12-20 14:31:49 +1000
committerDavid Goulet <dgoulet@torproject.org>2020-07-02 07:09:02 -0400
commit1f58b0ca262f16c76b25c8cb39250f14a1ab4fc1 (patch)
tree500ba82cdcde0f35d9532773de370c3c11f709bf /changes/ticket32822
parent538b25241e9f2112e3a56449ba07c08f265f22f9 (diff)
downloadtor-1f58b0ca262f16c76b25c8cb39250f14a1ab4fc1.tar.gz
tor-1f58b0ca262f16c76b25c8cb39250f14a1ab4fc1.zip
router: Authorities add their own IPv6 to trusted dir servers
Authorities currently add themselves to the trusted dir servers list, but if they have an IPv6 ORPort, they leave it out. This commit makes authorities add their own IPv6 ORPort to the trusted dir servers list. Closes ticket 32822.
Diffstat (limited to 'changes/ticket32822')
-rw-r--r--changes/ticket328225
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket32822 b/changes/ticket32822
new file mode 100644
index 0000000000..ca62f0cc53
--- /dev/null
+++ b/changes/ticket32822
@@ -0,0 +1,5 @@
+ o Minor features (directory authorities, IPv6):
+ - Make authorities add their IPv6 ORPort (if any) to the trusted dir
+ servers list. Authorities currently add themselves to the trusted dir
+ servers list, but they only add their IPv4 address and ports to the list.
+ Closes ticket 32822.