====== Torsocks ====== Torsocks is a wrapper to safely torify applications. This tutorial is only about using some applications over tor, not the whole network. Maybe we will add that later. ===== Package ===== sudo pacman -S tor torsocks ===== Start ===== sudo systemctl enable --now tor.service ===== Usage ===== torsocks pacman -Syu ==== Test ==== torsocks wget -qO- https://check.torproject.org/ | grep -i congratulations > Congratulations. This browser is configured to use Tor.