Created
April 12, 2018 14:33
-
-
Save silgon/5028788bc2bd44b26d373d79fd4125e7 to your computer and use it in GitHub Desktop.
Tor renew ip
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo vi /etc/tor/torrc | |
#ControlPort 9051 | |
ControlPort 9051 | |
#CookieAuthentication 1 | |
CookieAuthentication 0 | |
sudo service tor restart | |
echo -e 'AUTHENTICATE ""\r\nsignal NEWNYM\r\nQUIT' | nc 127.0.0.1 9051 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment