diff options
author | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2022-04-21 17:24:57 +0200 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2022-04-21 17:24:57 +0200 |
commit | c88e5f0f6617664464609f89b6c15595e3fe87c0 (patch) | |
tree | d81aa08229e8348170f71a03a25d8188dab30d6f /torrc | |
parent | b54a36dba575d21571122831817c19ce9eeb773f (diff) |
Configure Tor
* torrc: Create Tor configuration file ...
* system-configuration.scm: ... and use it in the system configuration.
Diffstat (limited to 'torrc')
-rw-r--r-- | torrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +SOCKSPort 9050 +DNSPort 5353 +TransPort 9040 |