From: "Damian Johnson" <[email protected]> >> 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
Thank you Damien. Its a starter. -- Dave Multi-AV Scanning Tool - http://www.pctipp.ch/downloads/dl/35905.asp _______________________________________________ tor-talk mailing list [email protected] https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk
