tor/changes/bug18517
teor (Tim Wilson-Brown) f2153f9716 Always allow OR connections to bridges on private addresses
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.
2016-03-24 10:13:58 -04:00

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".