-
Notifications
You must be signed in to change notification settings - Fork 86
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
New tor circuit? #21
Comments
yeah i would love to know the same thing, and maybe even implementing 2 connections at the same time so if one fails it automatically falls back to the other one so I dont get disconnected |
In my experience, every time you create a new socket connection over tor your output ip will change. Sudo Code:
For instance, I have a wrapper project tor Orchid. By slightly modifying one of my HTTP GET request example you will be able to see the change in IP address with every request.
|
How can I request a new Tor circuit (to change my output IP) from a started TorClient?
I do not found any documentation to help...
Thanks
The text was updated successfully, but these errors were encountered: