[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Exclude Exit Nodes from a circuit
- To: or-dev@xxxxxxxxxxxxx
- Subject: Exclude Exit Nodes from a circuit
- From: "M Fr" <mfr@xxxxxxxxxxxxxxx>
- Date: Sat, 5 Jul 2008 11:47:32 +0200
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: or-dev-outgoing@xxxxxxxx
- Delivered-to: or-dev@xxxxxxxx
- Delivery-date: Sat, 05 Jul 2008 05:47:38 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:mime-version:content-type:x-google-sender-auth; bh=II6d0ETGrUpLZ8ROLA0KF6UFJcJ7wv8Bz9aWojCg/Bw=; b=SNXCkFzybEhPH5am3+MAiWFBA38No11lO8ZzOFweJqtKmgvY5PtMrk4G/aTZLfopa9 diYc4oHOsV37Dg5a8aiZwTCCPtqnvWmMfcfPfbnFI3r5hFLcLv5TICav5YCxioQSjOOr BJLa+Z2/iuxKefra6YJrNj2uoKvezYdlD0Y50=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :x-google-sender-auth; b=nTqkfFhmSi7XsvqRkcFx5MMl0L+KNsPC9YnnBWgjMsaY+pNLWW0XEGOK5hLKRVsNbD ODhmGctVSErPTYzBULwVCjBXNp9laD6yC6kHH5zTp63f0Mmq88cp6YV5ns4ciMZOAftS geTWLy06BToZNmoe4YOkAmKT2vnwqV6Skq420=
- Reply-to: or-dev@xxxxxxxxxxxxx
- Sender: owner-or-dev@xxxxxxxxxxxxx
Another small proposal.
Best Regards.?
--
Mfr
Filename: 150-exclude-exit-nodes.txt
Title: Exclude Exit Nodes from a circuit
Version: $Revision: 15607 $
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 possibilites, 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.