From owner-freebsd-questions@FreeBSD.ORG Tue Sep 23 22:47:56 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 36DD7B30 for ; Tue, 23 Sep 2014 22:47:56 +0000 (UTC) Received: from mail-yk0-x233.google.com (mail-yk0-x233.google.com [IPv6:2607:f8b0:4002:c07::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E5C38684 for ; Tue, 23 Sep 2014 22:47:55 +0000 (UTC) Received: by mail-yk0-f179.google.com with SMTP id 142so2124248ykq.24 for ; Tue, 23 Sep 2014 15:47:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsd.com.br; s=capeta; h=date:from:to:subject:message-id:in-reply-to:references:organization :mime-version:content-type:content-transfer-encoding; bh=d+hkhiLgUVDR7Y95NZ4GqFewvVO6j9N2cPiuLxDFiIc=; b=BCekgUBsz6O+SMcktjz1JIig3EJ9KtKFlq40XY707rjrCUOSEL/1iBc/8kczd+F/4C sLwJO79gJzRytmLwrGRUFbm138/n1Za8RQWP3mzRcX9SfTSdBcAV7w4dnfIPLhqw2pu4 CMLRiTN7cRuWveORU3nGtEJXBsWZm8DMAvNkI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:organization:mime-version:content-type :content-transfer-encoding; bh=d+hkhiLgUVDR7Y95NZ4GqFewvVO6j9N2cPiuLxDFiIc=; b=QAMzTipUWNVOL/x5mQW152Q75e2B1OLep2zG4i1/ej3RwNiUAw14thfTd9zlVdE4hQ nJ7fOvX9SYXkVs68D1G5xYzVOtkCUtNCzjWAv3q2bE1YxmJLyXk2V3vDMie7GJwFb+51 gZkqntWt+bQOypiPbpgozWaCibbpbRW5Ys4W+rjsNjp8rG8d/XXRpxwG5RdUQCZKBqt6 XwPx88oPgkOQDjeS/sHdxqocOk5vLiUbeIkpiJHiFZxBaw616I9FXOySBWu5WAnc6heN bsNUgceIh8Tm2O26jJGWKPdQlIXlZwG7FsDkhDSh3l7iGXGEWs/QypU3GMiI8Q4tfqh4 Ytcg== X-Gm-Message-State: ALoCoQnsjmY9V8FNYjjHxBvSspEJZc9Lt4ElaonWvFqUeqU5DJjaSYiSLvMUZmwAR4JpOmSIPW8a X-Received: by 10.236.61.100 with SMTP id v64mr2551310yhc.77.1411512474585; Tue, 23 Sep 2014 15:47:54 -0700 (PDT) Received: from Papi ([177.134.200.72]) by mx.google.com with ESMTPSA id b59sm6166384yha.33.2014.09.23.15.47.53 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 23 Sep 2014 15:47:54 -0700 (PDT) Date: Tue, 23 Sep 2014 19:48:08 -0300 From: Mario Lobo To: freebsd-questions@freebsd.org Subject: Re: Tor-project & git .... Message-ID: <20140923194808.3755c46b@Papi> In-Reply-To: <20140923230305.471c5dac.freebsd@edvax.de> References: <5421DC35.5000402@hiwaay.net> <20140923230305.471c5dac.freebsd@edvax.de> Organization: BSD X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Sep 2014 22:47:56 -0000 On Tue, 23 Sep 2014 23:03:05 +0200 Polytropon wrote: > On Tue, 23 Sep 2014 15:46:45 -0500, William A. Mahaffey III wrote: > > .... I am interested in the tor project > > (https://www.torproject.org/) for anonymizing my browsing. > > Inconveniently (but not surprisingly), they don't have a prebuilt > > FBSD 9.3 package. > > FreeBSD has a port of Tor in its collection, but I don't know > how far that can be used as an integration to web browsers... > Yes, it has ! And it works beautifully. I have a working setup of tor+privoxy that delivers exactly what is expected. tor TCP 127.0.0.1:9050 (LISTEN) privoxy TCP 10.10.10.1:8118 (LISTEN) # snip of /usr/local/etc/privoxy/config # # To chain Privoxy and Tor, both running on the same system, you # would use something like: # forward-socks5 / 127.0.0.1:9050 . I just point my browser to privoxy and it communicates with tor. -- Mario Lobo http://www.mallavoodoo.com.br FreeBSD since 2.2.8 [not Pro-Audio.... YET!!] (99% winblows FREE) "UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things."