mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
785176e975
Previously, we would reject even rendezvous connections to IPv6
addresses when IPv6Exit was false. But that doesn't make sense; we
don't count that as "exit"ing. I've corrected the logic and tried
to make it a lottle more clear.
Fixes bug 18357; this code has been wrong since 9016d9e829
in
0.2.4.7-alpha.
6 lines
187 B
Plaintext
6 lines
187 B
Plaintext
o Minor bugfixes (hidden service):
|
|
- Allow hidden services to run on IPv6 addresses even when the
|
|
IPv6Exit option is not set. Fixes bug 18357; bugfix on
|
|
0.2.4.7-alpha.
|
|
|