Support #751
Install a TOR Proxy Server on Arch
Status:
Closed
Priority:
Normal
Assignee:
Category:
The Onion Router (TOR)
Target version:
Description
This is a guide on setting up a TOR proxy on Arch Linux.
Prepare the Environment¶
- Make sure the system is up to date:
sudo pacman -Syu
Install TOR¶
- Install TOR:
sudo pacman -S tor
- Start and enable TOR at boot:
sudo systemctl enable tor sudo systemctl start tor
- Now applications that are SOCKS5 aware can configure a proxy connection to localhost:9050
Resources¶
Updated by Daniel Curtis almost 9 years ago
- Description updated (diff)
- Status changed from New to Resolved
- % Done changed from 0 to 100