mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
f2153f9716
Regardless of the setting of ExtendAllowPrivateAddresses.
This fixes a bug with pluggable transports that ignore the
(potentially private) address in their bridge line.
Fixes bug 18517; bugfix on 23b088907f
in tor-0.2.8.1-alpha.
7 lines
368 B
Plaintext
7 lines
368 B
Plaintext
o Major bugfixes (bridges, pluggable transports):
|
|
- Modify the check for OR connections to private addresses.
|
|
Allow bridges on private addresses, including pluggable transports
|
|
that ignore the (potentially private) address in the bridge line.
|
|
Fixes bug 18517; bugfix on 23b088907f in tor-0.2.8.1-alpha.
|
|
Reported by "gk", patch by "teor".
|