问题
I am using Tor in my project. How can I force Tor to use a new identity from my program?
回答1:
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.
来源:https://stackoverflow.com/questions/3991639/how-can-i-force-tor-to-use-a-new-identity-without-using-vidalia