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.
This commit is contained in:
teor (Tim Wilson-Brown)
2016-03-23 13:37:35 +11:00
committed by Nick Mathewson
parent 45681f695c
commit f2153f9716
5 changed files with 53 additions and 10 deletions
+6
View File
@@ -0,0 +1,6 @@
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".