torproxy icon indicating copy to clipboard operation
torproxy copied to clipboard

Undo tor-route-all-traffic.sh?

Open johncadengo opened this issue 5 years ago • 1 comments

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?

johncadengo avatar Jan 23 '21 08:01 johncadengo

@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.

johncadengo avatar Jan 24 '21 00:01 johncadengo