128-bridge-families.txt 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. Filename: 128-bridge-families.txt
  2. Title: Families of private bridges
  3. Version: $Revision$
  4. Last-Modified: $Date$
  5. Author: Roger Dingledine
  6. Created: 2007-12-xx
  7. Status: Draft
  8. 1. Overview
  9. Proposal 125 introduced the basic notion of how bridge authorities,
  10. bridge relays, and bridge users should behave. But it doesn't get into
  11. the various mechanisms of how to distribute bridge relay addresses to
  12. bridge users.
  13. One of the mechanisms we have in mind is called 'families of bridges'.
  14. If a bridge user knows about only one private bridge, and that bridge
  15. shuts off for the night or gets a new dynamic IP address, the bridge
  16. user is out of luck and needs to re-bootstrap manually or wait and
  17. hope it comes back. On the other hand, if the bridge user knows about
  18. a family of bridges, then as long as one of those bridges is still
  19. reachable his Tor client can automatically learn about where the
  20. other bridges have gone.
  21. So in this design, a single volunteer could run multiple coordinated
  22. bridges, or a group of volunteers could each run a bridge. We abstract
  23. out the details of how these volunteers find each other and decide to
  24. set up a family.
  25. somebody needs to run a bridge authority
  26. it needs to have a torrc option to publish networkstatuses of its bridges
  27. it should also do reachability testing just of those bridges
  28. people ask for the bridge networkstatus by asking for a url that
  29. contains a password. (it's safe to do this because of begin_dir.)
  30. so the bridge users need to know a) a password, and b) a bridge
  31. authority line.
  32. the bridge users need to know the bridge authority line.
  33. the bridge authority needs to know the password.