script for routing all host traffic through tor on a Slackware Linux host
Go to file
Rupert Edwards 63aad79d83 Update README.md
Video offline
[TorIptables2 Install Video](https://www.youtube.com/watch?v=3mEpnzY5ZZo)
2017-10-22 19:03:33 -04:00
README.md Update README.md 2017-10-22 19:03:33 -04:00
toriptables2.py Change shebang to python2 2017-06-19 19:34:36 -04:00

README.md

toriptables2

Tor Iptables script is an anonymizer that sets up iptables and tor to route all services and traffic including DNS through the Tor network.

Dependencies:

tor

Usage:

toriptables2.py -h

To test:

To manually change IP w/o reload:

Refresh Check Tor Project webpage
sudo kill -HUP $(pidof tor)

To automate changing Tor IP:

Screenshots:


toriptables2g for GUI Desktop with notification

Dependencies:

tor python-notify


Troubleshooting and FAQ

Optional Installation Methods