mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
525c1c493e
Tor now sets IPv6 preferences on rewrite_node_address_for_bridge() even if there is only ri or rs. It always warns about them. Also Tor now sets the IPv6 address in rs as well as it sets the one in ri. Fixes #24572 on9e9edf7
in 0.2.4.5-alpha. Fixes #24573 onc213f27
in 0.2.8.2-alpha. Signed-off-by: Fernando Fernandez Mancera <ffernandezmancera@gmail.com>
8 lines
423 B
Plaintext
8 lines
423 B
Plaintext
o Minor bugfixes (IPv6 preferences on bridges):
|
|
- Tor now always sets IPv6 preferences for bridges, even if there is only
|
|
router information or router status and warns about them. Fixes bug
|
|
24573; bugfix on c213f277cde in 0.2.8.2-alpha.
|
|
- Tor now sets IPv6 address in rs as well as it's set the one in ri. Closes
|
|
ticket 24572; bugfix on 9e9edf71f7d in 0.2.4.5-alpha.
|
|
Patch by "ffmancera".
|