Create a fully torified user on Arch Linux
Creates an isolated user (default: onion) whose traffic is transparently
redirected through the Tor network and leaves other users' traffic untouched.
- Arch Linux
- Any AUR helper
git clone https://github.com/chapropolpro/torify
cd torify
chmod +x torify.sh
sudo ./torify.sh
After setup, run any app as the torified user:
sudo -u onion <command>
If Tor is blocked in your region, add WebTunnel (or any other) bridges to /etc/tor/torrc.
Get bridges at bridges.torproject.org (type: webtunnel),
then restart Tor using
sudo systemctl restart tor