You have something listening on port 20207
This application prevents vray standalone to start as a server. You should find it and stop it.
You can see which process has opened the port with "lsof -i -P | grep 202" (I've tried this on 10.6.x and 10.5.x).
Code:
tcp4 0 0 *.20207 *.* LISTEN
You can see which process has opened the port with "lsof -i -P | grep 202" (I've tried this on 10.6.x and 10.5.x).
Comment