help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Tor Routing


From: Ludovic Courtès
Subject: Re: Tor Routing
Date: Fri, 03 May 2019 11:40:52 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)

Hello,

"Raghav Gururajan" <address@hidden> skribis:

> To route all my system's traffic through by Tor by default, what and
> how should I declare Tor Service in System Services? I tried the guide
> but I am not able to understand. I am looking for exact syntax and
> configuration.

Note that adding the Tor service is not enough to route all your
traffic through Tor.  It simply add a service to run the Tor daemon,
which in turn allows you to browse with IceCat through Tor (just click
on the Tor Button in the IceCat interface.)

A config with the service should look like this:

  (use-service-modules networking)

  (operating-system
    ;; Here you have the rest of your config…
    ;; […]
    ;; And below you add the Tor service to your current
    ;; list of system services:
    (services (append (list (service tor-service-type))
                      %base-services)))

HTH,
Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]