aboutsummaryrefslogtreecommitdiff
path: root/proposals/150-exclude-exit-nodes.txt
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-07-06 17:37:04 +0000
committerNick Mathewson <nickm@torproject.org>2008-07-06 17:37:04 +0000
commit191db0df9b6738e46fe4bdcb770e3fe5dbdf3049 (patch)
tree0c17c8b00f39453e657f0943bac10fc54c22e2ea /proposals/150-exclude-exit-nodes.txt
parent95264f85dab4baa8792de79ee3144d0604178dd2 (diff)
downloadtorspec-191db0df9b6738e46fe4bdcb770e3fe5dbdf3049.tar.gz
torspec-191db0df9b6738e46fe4bdcb770e3fe5dbdf3049.zip
Add proposal 150 and proposal 151
svn:r15695
Diffstat (limited to 'proposals/150-exclude-exit-nodes.txt')
-rw-r--r--proposals/150-exclude-exit-nodes.txt36
1 files changed, 36 insertions, 0 deletions
diff --git a/proposals/150-exclude-exit-nodes.txt b/proposals/150-exclude-exit-nodes.txt
new file mode 100644
index 0000000..02d54b9
--- /dev/null
+++ b/proposals/150-exclude-exit-nodes.txt
@@ -0,0 +1,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. \ No newline at end of file