mattn / sudo

sudo for windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Listen on a random port

emersion opened this issue · comments

The port 8800 is hardcoded in the code. It should be possible to listen on a random, non-used port.

commented

Ah, it is for debug. and original code was "127.0.0.1:0". will fix soon.