Wiki page torsocks changed with summary [deleted sudo to be consistent with other tutorials] by Dan

This commit is contained in:
ORG_User 2024-05-12 00:04:40 +02:00
parent b905a19caa
commit c658f1a0af

View file

@ -8,13 +8,13 @@ Torsocks is a wrapper to safely torify applications.
===== Package =====
<code>
sudo pacman -S tor torsocks
pacman -S tor torsocks
</code>
===== Start =====
<code>
sudo systemctl enable --now tor.service
systemctl enable --now tor.service
</code>
===== Usage =====