Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undo tor-route-all-traffic.sh? #59

Open
johncadengo opened this issue Jan 23, 2021 · 1 comment
Open

Undo tor-route-all-traffic.sh? #59

johncadengo opened this issue Jan 23, 2021 · 1 comment

Comments

@johncadengo
Copy link

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
Copy link
Author

johncadengo commented Jan 24, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant