mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
9 lines
474 B
Plaintext
9 lines
474 B
Plaintext
o Minor bugfixes (test networks)
|
|
- When self-testing reachability, use ExtendAllowPrivateAddresses
|
|
to determine if local/private addresses imply reachability.
|
|
The previous fix used TestingTorNetwork, which implies
|
|
ExtendAllowPrivateAddresses, but this excluded rare configs where
|
|
ExtendAllowPrivateAddresses is set but TestingTorNetwork is not.
|
|
Fixes bug 15771; bugfix on 0.2.6.1-alpha.
|
|
Patch by "teor", issue discovered by CJ Ess.
|