From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Recommendations for browsing via Tor pre tor-browser? Date: Fri, 13 Jul 2018 11:41:00 +0200 Message-ID: <87muuvjwwj.fsf@gnu.org> References: <87zhywl72t.fsf@dustycloud.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55540) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fduZX-00021i-I9 for help-guix@gnu.org; Fri, 13 Jul 2018 05:41:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fduZT-0006sj-Ib for help-guix@gnu.org; Fri, 13 Jul 2018 05:41:07 -0400 In-Reply-To: <87zhywl72t.fsf@dustycloud.org> (Christopher Lemmer Webber's message of "Thu, 12 Jul 2018 13:03:38 -0400") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Christopher Lemmer Webber Cc: help-guix Christopher Lemmer Webber skribis: > Anyone have recommendations on how they're doing web browsing via Tor, > sans tor-browser? In the interim I have been using the more > lightweight, non-js using browsers like links. I use Privoxy, and as written in the =E2=80=98privoxy.conf=E2=80=99 example= , I have: forward-socks5 / 127.0.0.1:9050 . where Tor is listening on port 9050 (I use the Tor service of GuixSD.) Ludo=E2=80=99.