Route all your traffic through Tor with Nipe - Linux Script 09-03-2022, 07:45 PM
#1
If you're running Linux and want to be absolutely sure that all of your traffic goes through the Tor network, here's Nipe, a Perl script by Heitor Gouvea.
Nipe installs Tor, deploys a config and creates the necessary iptables rules.
This way you can be absolutely sure that all traffic entering and leaving your machine will pass through Tor. Handy if you're not comfortable with iptables. Alternatively, you can also take a look at the script content to see exactly what the rules are.
Available here : https://github.com/htrgouvea/nipe?files=1
Nipe installs Tor, deploys a config and creates the necessary iptables rules.
This way you can be absolutely sure that all traffic entering and leaving your machine will pass through Tor. Handy if you're not comfortable with iptables. Alternatively, you can also take a look at the script content to see exactly what the rules are.
Available here : https://github.com/htrgouvea/nipe?files=1
(This post was last modified: 09-03-2022, 07:46 PM by Troubilshow.)