Let bridge users use the non-primary address of a multi-homed bridge

This commit is contained in:
Roger Dingledine
2010-06-03 20:29:29 -04:00
parent 2eec9ea4e8
commit 7e300cbba3
4 changed files with 55 additions and 11 deletions
+8
View File
@@ -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.