-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
'tr.reset_identity' does not work. What exactly needs to be configured for it to work?
`from torrequest import TorRequest
with TorRequest(proxy_port=9050, ctrl_port=9051, password=None) as tr:
response = tr.get('http://ipecho.net/plain')
print(response.text) # not your IP address
tr.reset_identity()
response = tr.get('http://ipecho.net/plain')
print(response.text) # another IP address, not yours
input('')`
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels