feature15775-fallback 1.2 KB

12345678910111213141516171819
  1. o Major features (directory mirrors):
  2. - Include an opt-in trial list of Default Fallback Directories in
  3. add_default_fallback_dir_servers().
  4. "Tor has included a feature to fetch the initial consensus from nodes
  5. other than the authorities for a while now. We just haven't shipped a
  6. list of alternate locations for clients to go to yet.
  7. Reasons why we might want to ship tor with a list of additional places
  8. where clients can find the consensus is that it makes authority
  9. reachability and BW less important.
  10. We want them to have been around and using their current key, address,
  11. and port for a while now (120 days), and have been running, a guard,
  12. and a v2 directory mirror for most of that time."
  13. We exclude BadExits and tor versions that aren't recommended.
  14. We include an IPv6 address for each FallbackDir (see ticket 8374).
  15. (Tor might not use IPv6 fallbacks until ticket the code for ticket6027 is merged.)
  16. The unit test ensures that we successfully load all included
  17. default fallback directories.
  18. Closes ticket 15775. Patch by "teor".
  19. OnionOO script by "weasel", "teor", "gsathya", and "karsten".