diff options
author | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2016-03-23 13:37:35 +1100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-03-24 10:13:58 -0400 |
commit | f2153f9716876b87bfcc53ff13b86b878edaae86 (patch) | |
tree | f4ea20d094c9fbf4cb1d2ba594d52248cfc94f24 /changes | |
parent | 45681f695c6096e280bc7ec3bf0a67c27708dbbc (diff) | |
download | tor-f2153f9716876b87bfcc53ff13b86b878edaae86.tar.gz tor-f2153f9716876b87bfcc53ff13b86b878edaae86.zip |
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.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug18517 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug18517 b/changes/bug18517 new file mode 100644 index 0000000000..b82b5a4b0d --- /dev/null +++ b/changes/bug18517 @@ -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". |