

INSTALL TOR NETWORK LINUX INSTALL
Install proxychains4 sudo apt install proxychains4
INSTALL TOR NETWORK LINUX CODE
Optionally, specify the exit node country/countries (RU is Russia, look up 2 letter ISO code for other countries) echo 'ExitNodes ' | sudo tee -append /etc/tor/torrc sudo systemctl restart tor 01. Install tor and make sure it is running sudo apt install tor sudo systemctl enable tor -now systemctl status tor

You will need to do your homework for other distributions. It may not be ideal for hacking your geo-location to watch Netflix content from another country.

Note that tor network can be very slow since the traffic is passing through 3 different nodes. tor is not just for browsing the dark web. The tor network is decentralized and hence it is harder to track traffic over the tor network and hence it is better at protecting your identity. You can route your traffic over the tor network without any costly VPN subscription. However, you are at the mercy of the VPN provider to protect your identity. VPNs are great for hiding your IP address. Tunneling traffic over tor network using proxychains
