Support #751
Updated by Daniel Curtis almost 9 years ago
This is a guide on setting up a TOR proxy on Arch Linux. h2. Prepare the Environment * Make sure the system is up to date: <pre> sudo pacman -Syu </pre> h2. Install TOR * Install TOR: <pre> sudo pacman -S tor </pre> * Start and enable TOR at boot: <pre> sudo systemctl enable tor sudo systemctl start tor </pre> * Now applications that are SOCKS5 aware can configure a proxy connection to *localhost:9050* localhost:9050 h2. Resources * https://wiki.archlinux.org/index.php/tor