[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [tor-talk] Use KiXtart to change identies



> 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
_______________________________________________
tor-talk mailing list
tor-talk@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk