[tor-talk] Use KiXtart to change identies

Damian Johnson atagar1 at gmail.com
Wed May 18 14:49:02 UTC 2011


> I am not sure I know how to go about that nor do I know what a NEWNYM signal
> is.

It's a local socket, which you'd connect to like the following with python:
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
s.connect((controlAddr, controlPort))

As for NEWNYM, see the following:
https://gitweb.torproject.org/torspec.git/blob/HEAD:/control-spec.txt#l288

Cheers! -Damian


More information about the tor-talk mailing list