import socket def main(): # send signal to `tor` to change IP s = socket.socket() s.connect(('127.0.0.1', 9051)) s.send('AUTHENTICATE ...
確定! 回上一頁