mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
1f58b0ca26
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.
6 lines
306 B
Plaintext
6 lines
306 B
Plaintext
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.
|