I am using Tor in my project. How can I force Tor to use a new identity from my program?
+2
A:
Open a telnet connection to the control port of your Tor service and send it SIGNAL NEWNYM
.
I expect you could use any Delphi telnet library. My first choice would be Indy; make sure you have the latest version.
Rob Kennedy
2010-10-21 21:45:47
thanks for reply sir , can u please write some basic example how to send SIGNAL NEWNYM using indy ?
steve0
2010-10-21 22:04:59
No, I can't do that. Feel free to post a new question about that.
Rob Kennedy
2010-10-21 22:16:35
ok here it is http://stackoverflow.com/questions/3992774/how-to-use-idtelent1-to-send-commands
steve0
2010-10-22 00:13:16