torproxy
torproxy copied to clipboard
Undo tor-route-all-traffic.sh?
Hi, it's nice that there's a script to route all traffic through TOR. Before running such a script, I'm wondering, is there a way to undo it if you want restore your prior settings or default settings?
@dperson Reading through this script, I would not recommend anyone run it if they don't know what they're doing. You should probably remove it from this repo. The main lines here:
### flush iptables
iptables -F
iptables -t nat -F
Essentially erase all your iptables, including the ones that Docker set up. And I don't see anywhere in the script that would restore them or backup your old tables.