From owner-freebsd-questions@FreeBSD.ORG Thu Mar 12 10:08:28 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD60C1065688 for ; Thu, 12 Mar 2009 10:08:28 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 6731B8FC0A for ; Thu, 12 Mar 2009 10:08:28 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Lhhpy-0008QT-Gj for freebsd-questions@freebsd.org; Thu, 12 Mar 2009 10:08:26 +0000 Received: from mar92-9-82-237-75-54.fbx.proxad.net ([82.237.75.54]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Mar 2009 10:08:26 +0000 Received: from gilles.ganault by mar92-9-82-237-75-54.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Mar 2009 10:08:26 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Gilles Date: Thu, 12 Mar 2009 11:08:14 +0100 Lines: 17 Message-ID: <1knhr4hsb6gqmnuru0arpehdj9b3nj4nje@4ax.com> References: <36241.2123395645$1236851130@news.gmane.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: mar92-9-82-237-75-54.fbx.proxad.net X-Newsreader: Forte Agent 3.1/32.783 Sender: news Subject: Re: Anonymizer tool like Tor? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Mar 2009 10:08:29 -0000 On Thu, 12 Mar 2009 10:42:53 +0100, Andreas Rudisch <"cyb."@gmx.net> wrote: >/usr/ports/security/tor/ Thanks Andeas. Up to now, I only used the Tor client for Windows that comes with Privoxy, so never used Tor as-is, and never on the command line. If someone's used to using Tor, I have a couple of questions. On FreeBSD, I intend to use it to run a Python script to connect to a remote web server and download pages. Do I need to start the Tor server? Do I need a web proxy like Privoxy, or is the Tor client enough? How do set things up so my Python scripts connects to Tor? Thank you.