aboutsummaryrefslogtreecommitdiff
path: root/proposals/150-exclude-exit-nodes.txt
blob: 02d54b9845022cc94fd108d01051466919284826 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Filename: 150-exclude-exit-nodes.txt
Title: Exclude Exit Nodes from a circuit
Version: $Revision$
Author: Mfr
Created: 2008-06-15
Status: Draft

Overview

   Right now, Tor user can manually exclude a node of all the part of
   circuits created using the directive ExcludeNodes.  
   This proposal makes this exclusion, less restrictive, allowing to 
   exclude a node only on the exit part of a circuit.

Motivation

   Helping the integration into vidalia (tor exit branch)or other tools,
   of features to exclude a country for exit without reducing 
   circuits possibilities, an privacy.
   This feature could help people from a country were many sites 
   are blocked to exclude this country for browsing, giving them a 
   more stable navigation.
   Add the possibility for the user to exclude the current used exit
   node. 
   
   
Implementation

   ExcludeExitNodes is similar to ExcludeNodes except it's only
   the exit node which is excluded for circuit build.
   
   Tor doesn't warn if node from this list is not an exit node.

Security implications:

   Open also possibilities for a future user bad exit reporting.