How to implement "New Tor Circuit for this Site" via CLI?
by n00b_noob from LinuxQuestions.org on (#5J6CD)
Hello,
I have a website that counts the visitors by their IP addresses. When I open that website in the Tor Browser and then click on "New Tor Circuit for this Site" option, then the web site counter increases, but when I use below commands, then doesn't increasing. Why?
Code:$ sudo killall -HUP tor
$ proxychains w3m https://www.URL.com/When I check my Tor Browser IP address via below command, then it changed:
Code:$ curl --socks5 127.0.0.1:9150 http://checkip.amazonaws.com/But why the website visitor counter with that commands doesn't change?
Thank you.
I have a website that counts the visitors by their IP addresses. When I open that website in the Tor Browser and then click on "New Tor Circuit for this Site" option, then the web site counter increases, but when I use below commands, then doesn't increasing. Why?
Code:$ sudo killall -HUP tor
$ proxychains w3m https://www.URL.com/When I check my Tor Browser IP address via below command, then it changed:
Code:$ curl --socks5 127.0.0.1:9150 http://checkip.amazonaws.com/But why the website visitor counter with that commands doesn't change?
Thank you.