all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Systemwide TOR Service
@ 2020-08-20 20:00 julia.galaman--- via
  2020-08-20 22:25 ` Julien Lepiller
  2020-08-26 15:55 ` Joshua Branson
  0 siblings, 2 replies; 3+ messages in thread
From: julia.galaman--- via @ 2020-08-20 20:00 UTC (permalink / raw)
  To: Guix Mailing List

Hello everyone,

I'm going to reiterate, because I finally know how to ask this question.

Does anybody know how to configure the systemwide TOR service you can include when installing the system? So that it's actually usable and visible to IceCat and such?

Thanks in advance!


-- 
Bezpiecznie wysłane za pomocą serwisu Tutanota. Otrzymaj już dziś swoją szyfrowaną, wolną od reklam skrzynkę mailową! 
https://tutanota.com


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Systemwide TOR Service
  2020-08-20 20:00 Systemwide TOR Service julia.galaman--- via
@ 2020-08-20 22:25 ` Julien Lepiller
  2020-08-26 15:55 ` Joshua Branson
  1 sibling, 0 replies; 3+ messages in thread
From: Julien Lepiller @ 2020-08-20 22:25 UTC (permalink / raw)
  To: julia.galaman, julia.galaman--- via, Guix Mailing List

In your system configuration, include the following to your list of services:

(service tor-service-type)

Reconfigure and enjoy! Note that if you checked to include tge tor service when installing the system, it's already running. See tor-service-type on https://guix.gnu.org/manual/devel/en/html_node/Networking-Services.html#Networking-Services for more information.

Tor is listening as a socks5 proxy on port 9050 on your machine. To configure icecat to use it, go to the network settings, proxy. You'll use the SOCKSv5 proxy setting. Hostname is localhost, and port is 9050. Check "proxy DNS when using SOCKSv5" to prevent leaks from your dns queries.

You can check you are connected through tor by going to check.torproject.org.

To make other applications use tor, configure them to use the socks proxy, or use torsocks when invoking them.

HTH!

On 2020年8月20日 16:00:12 GMT-04:00, "julia.galaman--- via" <help-guix@gnu.org> wrote:
>Hello everyone,
>
>I'm going to reiterate, because I finally know how to ask this
>question.
>
>Does anybody know how to configure the systemwide TOR service you can
>include when installing the system? So that it's actually usable and
>visible to IceCat and such?
>
>Thanks in advance!
>
>
>-- 
>Bezpiecznie wysłane za pomocą serwisu Tutanota. Otrzymaj już dziś
>swoją szyfrowaną, wolną od reklam skrzynkę mailową! 
>https://tutanota.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Systemwide TOR Service
  2020-08-20 20:00 Systemwide TOR Service julia.galaman--- via
  2020-08-20 22:25 ` Julien Lepiller
@ 2020-08-26 15:55 ` Joshua Branson
  1 sibling, 0 replies; 3+ messages in thread
From: Joshua Branson @ 2020-08-26 15:55 UTC (permalink / raw)
  To: julia.galaman--- via


I believe that you want to use the tor-service-type.  Take a look at the
guix manual services section.  That should give you all the info you need.

-- 
Joshua Branson
Sent from Emacs and Gnus


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-08-26 15:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-20 20:00 Systemwide TOR Service julia.galaman--- via
2020-08-20 22:25 ` Julien Lepiller
2020-08-26 15:55 ` Joshua Branson

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.