diff options
author | Roger Dingledine <arma@torproject.org> | 2010-06-03 20:29:29 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-06-03 20:29:29 -0400 |
commit | 7e300cbba36a0716b8d4ca6373ffbe372fca9713 (patch) | |
tree | 855e9d1e402fc15977c5d8729146b94e4839c474 /changes | |
parent | 2eec9ea4e8a176933813e202c5a022a6e8c97d4f (diff) | |
download | tor-7e300cbba36a0716b8d4ca6373ffbe372fca9713.tar.gz tor-7e300cbba36a0716b8d4ca6373ffbe372fca9713.zip |
Let bridge users use the non-primary address of a multi-homed bridge
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bait-and-switch-bridges | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bait-and-switch-bridges b/changes/bait-and-switch-bridges new file mode 100644 index 0000000000..5b89c4e1b4 --- /dev/null +++ b/changes/bait-and-switch-bridges @@ -0,0 +1,8 @@ + o Minor bugfixes: + - If you run a bridge that listens on multiple IP addresses, and + some user configures a bridge address that uses a different IP + address than your bridge writes in its router descriptor, and the + user doesn't specify an identity key, their Tor would discard the + descriptor because "it isn't one of our configured bridges", and + fail to bootstrap. Now believe the descriptor and bootstrap anyway. + Bugfix on 0.2.0.3-alpha. |