shadowsocks icon indicating copy to clipboard operation
shadowsocks copied to clipboard

A lightweight proxy fork from @clowwindy

Results 2 shadowsocks issues
Sort by recently updated
recently updated
newest added

#### I had changed def handle_tcp: ``` while True: r, w, e = select.select(fdset, [], []) # use select I/O multiplexing model if sock in r: # if local socket...