From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: Other web-browser for tor Date: Thu, 27 Sep 2018 03:45:08 -0400 Message-ID: <87o9cjcrjv.fsf@netris.org> References: <-gWUFYZtXIy1o1yk-LpWq2xpLnqXz8GS0l2fCpzqLZiJ6Lww_oBiS9_QlgGTd8hElPbzSCuAzswBOzSSkzSxcdk4qB-ezxQToQmn-JlAW3k=@protonmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33569) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g5QzP-0006ZT-Jf for help-guix@gnu.org; Thu, 27 Sep 2018 03:45:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g5QzL-000221-BS for help-guix@gnu.org; Thu, 27 Sep 2018 03:45:35 -0400 Received: from world.peace.net ([64.112.178.59]:57194) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g5QzL-0001um-6A for help-guix@gnu.org; Thu, 27 Sep 2018 03:45:31 -0400 In-Reply-To: <-gWUFYZtXIy1o1yk-LpWq2xpLnqXz8GS0l2fCpzqLZiJ6Lww_oBiS9_QlgGTd8hElPbzSCuAzswBOzSSkzSxcdk4qB-ezxQToQmn-JlAW3k=@protonmail.com> (znavko's message of "Mon, 24 Sep 2018 16:15:18 +0000") 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: znavko Cc: help-guix@gnu.org znavko writes: > Hello! I am using GNU IceCat, that has Network Settings for using > proxy. I can use tor with it. I was using Abrowaser on trisquel, but > GuixSD repository has no such: > > $ guix package -s abrowser > $ > > I've found other browsers with `guix package -s 'web browser'` but all > of that I've installed has no Network configurations . Epiphany, > Dillo, Conkeror can't. Netsurf browser has network settings, but > there is only http proxy, and I get this when type proxy: > 127.0.0.1:9050 : "This is a SOCKs proxy, not an HTTP proxy." > > Which other free software browser can work on socks4 proxy? On > trisquel I had Abrowser, but here it is only Icecat. Epiphany can be configured to use a SOCKs proxy via the "Network" section of GNOME settings. Conkeror can be configured to use a SOCKs proxy. See . For software that does not support SOCKs proxies, you can use 'privoxy' as a gateway. 'privoxy' presents itself as an HTTP/HTTPS proxy, and it can be configured to use a SOCKs proxy. See . Dillo can be configured to use an HTTP/HTTPS proxy in its ~/.dillo/dillorc. Wget and some other command-line utilities will honor the http_proxy and https_proxy environment variables. Alternatively, you can configure wget to use a proxy via ~/.wgetrc. I do not know off-hand whether these programs leak information in practice (e.g. by making untorified DNS requests) when configured in this way. Mark