150-exclude-exit-nodes.txt 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. Filename: 150-exclude-exit-nodes.txt
  2. Title: Exclude Exit Nodes from a circuit
  3. Author: Mfr
  4. Created: 2008-06-15
  5. Status: Closed
  6. Implemented-In: 0.2.1.3-alpha
  7. Overview
  8. Right now, Tor users can manually exclude a node from all positions
  9. in their circuits created using the directive ExcludeNodes.
  10. This proposal makes this exclusion less restrictive, allowing users to
  11. exclude a node only from the exit part of a circuit.
  12. Motivation
  13. This feature would Help the integration into vidalia (tor exit
  14. branch) or other tools, of features to exclude a country for exit
  15. without reducing circuits possibilities, and privacy. This feature
  16. could help people from a country were many sites are blocked to
  17. exclude this country for browsing, giving them a more stable
  18. navigation. It could also add the possibility for the user to
  19. exclude a currently used exit node.
  20. Implementation
  21. ExcludeExitNodes is similar to ExcludeNodes except it's only
  22. the exit node which is excluded for circuit build.
  23. Tor doesn't warn if node from this list is not an exit node.
  24. Security implications:
  25. Open also possibilities for a future user bad exit reporting
  26. Risks:
  27. Use of this option can make users partitionable under certain attack
  28. assumptions. However, ExitNodes already creates this possibility,
  29. so there isn't much increased risk in ExcludeExitNodes.
  30. We should still encourage people who exclude an exit node because
  31. of bad behavior to report it instead of just adding it to their
  32. ExcludeExit list. It would be unfortunate if we didn't find out
  33. about broken exits because of this option. This issue can probably
  34. be addressed sufficiently with documentation.