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:09:15 +02:00
parent 9ea358caf7
commit f9699eb38a

View file

@ -8,13 +8,13 @@ Torsocks ist ein Wrapper zur sicheren Torifizierung von Anwendungen.
===== Paket =====
<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>
===== Nutzung =====