mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
ce553d4982
We used to never return an IPv6 address unless ClientUseIPv6 was set. We should allow clients running with bridges use IPv6 OR ports even without setting ClientUseIPv6. Configuring an IPv6 address in a Bridge line should imply that. Fixes th second part of #6757.
6 lines
240 B
Plaintext
6 lines
240 B
Plaintext
o Minor bugfixes (client):
|
|
- Make clients running with IPv6 bridges connect over IPv6 again,
|
|
even without setting new config options ClientUseIPv6 and
|
|
ClientPreferIPv6ORPort.
|
|
Fixes bug 6757; bugfix on 0.2.4.1-alpha.
|