Delivery-Date: Sat, 07 Mar 2015 19:16:43 -0500
Return-Path: <tor-talk-bounces@lists.torproject.org>
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on moria.seul.org
X-Spam-Level: 
X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED,
	DKIM_SIGNED,FREEMAIL_FROM,RCVD_IN_DNSWL_MED,T_DKIM_INVALID,T_RP_MATCHES_RCVD,
	URIBL_BLOCKED autolearn=ham version=3.3.1
X-Original-To: archiver@seul.org
Delivered-To: archiver@seul.org
Received: from eugeni.torproject.org (eugeni.torproject.org [38.229.72.13])
	(using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by khazad-dum.seul.org (Postfix) with ESMTPS id 40B5B1E0DD2
	for <archiver@seul.org>; Sat,  7 Mar 2015 19:16:41 -0500 (EST)
Received: from eugeni.torproject.org (localhost [127.0.0.1])
	by eugeni.torproject.org (Postfix) with ESMTP id 51D0A3341E;
	Sun,  8 Mar 2015 00:16:35 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
 by eugeni.torproject.org (Postfix) with ESMTP id 7AB16330A7
 for <tor-talk@lists.torproject.org>; Sun,  8 Mar 2015 00:16:32 +0000 (UTC)
X-Virus-Scanned: Debian amavisd-new at 
Received: from eugeni.torproject.org ([127.0.0.1])
 by localhost (eugeni.torproject.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id pxoK7cTdSjbA for <tor-talk@lists.torproject.org>;
 Sun,  8 Mar 2015 00:16:32 +0000 (UTC)
Received: from mail-la0-x22a.google.com (mail-la0-x22a.google.com
 [IPv6:2a00:1450:4010:c03::22a])
 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
 (Client CN "smtp.gmail.com",
 Issuer "Google Internet Authority G2" (not verified))
 by eugeni.torproject.org (Postfix) with ESMTPS id 1E5D432092
 for <tor-talk@lists.torproject.org>; Sun,  8 Mar 2015 00:16:32 +0000 (UTC)
Received: by labgm9 with SMTP id gm9so24790191lab.7
 for <tor-talk@lists.torproject.org>; Sat, 07 Mar 2015 16:16:29 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=mime-version:date:message-id:subject:from:to:content-type;
 bh=D2Bhea1lmKodi1ixdBvvSgFbyDrUApFSJgqXmbV0PlY=;
 b=h8OnHcwUcepOEpoJDhRim1HbaOQ0wRV5mibw2YL/EZfPTxuo9uQ3MzwJWK2blbI8fV
 fKg3e0k3IqhOqxKE1aBL4SMRKI/4IrdwacaW5PD3AiyHolvkieMFpZFTjz1bdgPN0gNP
 GRespfe6ff25O9WMQg9jEAHKTcDWr26/GNh6YJ+lGCQRs64Ktmt6mJb7wEQWNhNZRgWB
 /+O2cl4S+47PfXxJTOgDfZgzuMAfGaZs4DGiVWMl1enA0BD4pImFTfLgLz01aLTbC8ts
 xl4+hUF34gbUUnvu8GlFV1hHPmGKmIgBORanLkoZBZrfvVDSfx8qL75af8x7llKeeFvb
 AXjg==
MIME-Version: 1.0
X-Received: by 10.112.169.39 with SMTP id ab7mr18759663lbc.85.1425773788914;
 Sat, 07 Mar 2015 16:16:28 -0800 (PST)
Received: by 10.25.137.137 with HTTP; Sat, 7 Mar 2015 16:16:28 -0800 (PST)
Date: Sun, 8 Mar 2015 08:16:28 +0800
Message-ID: <CAGP6POLV0O3EDom1Dh-ScZA6OogRH_JgayBCUQqgSs+409km8A@mail.gmail.com>
From: Hongyi Zhao <hongyi.zhao@gmail.com>
To: tor-talk@lists.torproject.org
X-Content-Filtered-By: Mailman/MimeDel 2.1.15
Subject: [tor-talk] Use ExcludeNodes,
 ExitNodes and StrictNodes simultaneously in the torrc file.
X-BeenThere: tor-talk@lists.torproject.org
X-Mailman-Version: 2.1.15
Precedence: list
Reply-To: tor-talk@lists.torproject.org
List-Id: "all discussion about theory, design,
 and development of Onion Routing" <tor-talk.lists.torproject.org>
List-Unsubscribe: <https://lists.torproject.org/cgi-bin/mailman/options/tor-talk>, 
 <mailto:tor-talk-request@lists.torproject.org?subject=unsubscribe>
List-Archive: <http://lists.torproject.org/pipermail/tor-talk/>
List-Post: <mailto:tor-talk@lists.torproject.org>
List-Help: <mailto:tor-talk-request@lists.torproject.org?subject=help>
List-Subscribe: <https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk>, 
 <mailto:tor-talk-request@lists.torproject.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: tor-talk-bounces@lists.torproject.org
Sender: "tor-talk" <tor-talk-bounces@lists.torproject.org>

Hi all,

Therer are following setting snippets in my torrc file:

------------------
ExcludeNodes bla, bla, bla
ExitNodes bla, bla, bla
StrictNodes 0
------------------

I want to know, in the above setting, does the ExcludeNodes and StrictNodes
settings will take effect or not?

Regards
-- 
Hongyi Zhao <hongyi.zhao@gmail.com>
Xinjiang Technical Institute of Physics and Chemistry
Chinese Academy of Sciences
GnuPG DSA: 0xD108493
-- 
tor-talk mailing list - tor-talk@lists.torproject.org
To unsubscribe or change other settings go to
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk

