Delivery-Date: Thu, 26 Feb 2015 20:48:40 -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 CED021E0CA0
	for <archiver@seul.org>; Thu, 26 Feb 2015 20:48:38 -0500 (EST)
Received: from eugeni.torproject.org (localhost [127.0.0.1])
	by eugeni.torproject.org (Postfix) with ESMTP id 09AD933829;
	Fri, 27 Feb 2015 01:48:36 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
 by eugeni.torproject.org (Postfix) with ESMTP id 4BA0031B80
 for <tor-talk@lists.torproject.org>; Fri, 27 Feb 2015 01:48: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 XxSS6EvZrMgA for <tor-talk@lists.torproject.org>;
 Fri, 27 Feb 2015 01:48:32 +0000 (UTC)
Received: from mail-lb0-x232.google.com (mail-lb0-x232.google.com
 [IPv6:2a00:1450:4010:c04::232])
 (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 E1A4331ACA
 for <tor-talk@lists.torproject.org>; Fri, 27 Feb 2015 01:48:31 +0000 (UTC)
Received: by lbvn10 with SMTP id n10so14460395lbv.6
 for <tor-talk@lists.torproject.org>; Thu, 26 Feb 2015 17:48:28 -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=1RjVtFGYa9ZNq9cj51fFgsgONY9Tcq3ICEHDIHB2jcU=;
 b=RFGsu6iW/ETfnX2Q9hZYElsUAnWuwiaqQt89mQiI0P80oPXIYTkGdg/tsJm7Vvj5ti
 n2sJQu0+gwXnpRphfhtGl/Nqe8Mg3Rrm0ZPzZe8SKW6xTHI/Poc/3T0oqMPywHBTJNTL
 MFT2z7NsBHMH9Nq0WZi9rmyGTuXsK683b7G8J6RfumIATje9+re2HBGznVWIjr9KTlFi
 QgD6v7tgz0IhPDwpiV0a9Bo4jUnz5lj0nV8cwErYz8XTx4NSgqCTJfB/jrILfD/rWSBj
 YIsE7VEKGlXbJ/IzcB+5dssjBUK8N1mxWYhkew6cH8e+OO/w0UTEHPB6k24uTCc9aUCE
 t41Q==
MIME-Version: 1.0
X-Received: by 10.112.214.204 with SMTP id oc12mr10548483lbc.10.1425001708724; 
 Thu, 26 Feb 2015 17:48:28 -0800 (PST)
Received: by 10.25.137.137 with HTTP; Thu, 26 Feb 2015 17:48:28 -0800 (PST)
Date: Fri, 27 Feb 2015 09:48:28 +0800
Message-ID: <CAGP6PO+71dv8FyzHaN4a=0QDFVuTSLUgw2orFxfqY63EEFgn5w@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] How can I let tor use the local dns settings instead of
 using its built-in dns queries?
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,

I noticed when I launch tor as the proxy, tor will use the dns informations
based on its built-in query mechnism instead of using the my local system's
dns servers to do the query.

Could someone please give me some hints on how to let tor use my own dns
settings instead of using its built-in dns query mechanism?

Thanks in advance.

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

