Tor: Difference between revisions

imported>Fadenb
imported>Fadenb
m Syntax highlighting
Line 11: Line 11:
completely thwart them.
completely thwart them.


By adding <code>services.tor.client.enable = true;</code> to configuration.nix an additional proxy on port 9063 can be enabled:
By adding <syntaxhighlight lang="nix" inline>services.tor.client.enable = true;</syntaxhighlight> to configuration.nix an additional proxy on port 9063 can be enabled:


9063 is the "fast" SOCKS port suitable for a browser. A new circuit is established every 10 minutes.
9063 is the "fast" SOCKS port suitable for a browser. A new circuit is established every 10 minutes.
Line 52: Line 52:
== Privoxy ==
== Privoxy ==


By default, privoxy is enabled if you enable Tor client functionality (<code>services.tor.client.enable = true</code> in configuration.nix) and configured to route to the fast SOCKS port.
By default, privoxy is enabled if you enable Tor client functionality (<syntaxhighlight lang="nix" inline>services.tor.client.enable = true</syntaxhighlight> in configuration.nix) and configured to route to the fast SOCKS port.


== KDE and Tor ==
== KDE and Tor ==