Delivery-Date: Wed, 31 Dec 2014 13:16:30 -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.7 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED,
	DKIM_SIGNED,FREEMAIL_FROM,RCVD_IN_DNSWL_MED,RP_MATCHES_RCVD,T_DKIM_INVALID,
	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 C9CA31E01A1
	for <archiver@seul.org>; Wed, 31 Dec 2014 13:16:28 -0500 (EST)
Received: from eugeni.torproject.org (localhost [127.0.0.1])
	by eugeni.torproject.org (Postfix) with ESMTP id AE78132CC3;
	Wed, 31 Dec 2014 18:16:25 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
 by eugeni.torproject.org (Postfix) with ESMTP id A4CB33286D
 for <tor-talk@lists.torproject.org>; Wed, 31 Dec 2014 18:16:22 +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 Act78QYv6KON for <tor-talk@lists.torproject.org>;
 Wed, 31 Dec 2014 18:16:22 +0000 (UTC)
Received: from mail-we0-x229.google.com (mail-we0-x229.google.com
 [IPv6:2a00:1450:400c:c03::229])
 (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
 (Client CN "smtp.gmail.com",
 Issuer "Google Internet Authority G2" (not verified))
 by eugeni.torproject.org (Postfix) with ESMTPS id 591E7326D0
 for <tor-talk@lists.torproject.org>; Wed, 31 Dec 2014 18:16:22 +0000 (UTC)
Received: by mail-we0-f169.google.com with SMTP id m14so2717344wev.28
 for <tor-talk@lists.torproject.org>; Wed, 31 Dec 2014 10:16:19 -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=Ia8Z3vw+Lf2hwbOkiQrP8NemSCV1/WTJE2o5O52ZOlg=;
 b=KDsNWDccv95e4wMbPnLbEMkPD2J5NOaes1IhpUFXTNw+iqDLN+mtwEKSwPJ9ExI6nO
 MZtxlLbKxZVolaMGFKZdUafyrgfhMgeymY6EiGszqtXcXqiVXrUATqPDINVQZKcQ1/o1
 rAqZ4JQfm8f2LdFpaVTtVfaGfgGjUHfI/Pg7NrMNmFwKfoVj9Xr1rpAoQ9i92YBuf/47
 M/LzHtySRfwC9WoLu1uWgh67ip1vcvs8j0EtcE+TV6uTSEpg3QHbFai/s9LkuTe+MX3W
 Gl+C/1oBNbmXc7YBmiBuo26tTbvIFPlQ3RV1H/lRxDaZU4m6K1JXrdVUJ1eUMzyKX90P
 KGpw==
MIME-Version: 1.0
X-Received: by 10.180.95.97 with SMTP id dj1mr115988015wib.43.1420049779501;
 Wed, 31 Dec 2014 10:16:19 -0800 (PST)
Received: by 10.194.126.197 with HTTP; Wed, 31 Dec 2014 10:16:19 -0800 (PST)
Date: Wed, 31 Dec 2014 18:16:19 +0000
Message-ID: <CAD_VotZ+T-VsWmBy9DPDyETDLa4gWO6VLM3FakqFUK8c6aizeQ@mail.gmail.com>
From: Richard Brooks <richardbduk@gmail.com>
To: tor-talk@lists.torproject.org
X-Content-Filtered-By: Mailman/MimeDel 2.1.15
Subject: [tor-talk] DNS2SOCKS Bug(s)
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>

Note if anyone wants to use this utility, that they will need to re-compile
it so that it connects to Socket port 9150 and not 9050, as the 9050 port
is no longer being used by the TOR bundle.

Another issue is that the utility does not look to see if it's dependancies
are running and does not complain if their not.

Other than the above can confirm that DNS2SOCKS seems to run ok with the
latest TOR bundle.


-- 
Regards
Richard
-- 
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

