shadowsocks / shadowsocks-nodejs

https://github.com/shadowsocks/shadowsocks
Other
1.25k stars 724 forks source link

UDP forward not work #68

Closed hatogit closed 11 years ago

hatogit commented 11 years ago

I'm using the latest shadowsocks-libev (1.4.0) which seems to have udp support on my server while with the lastest shadowsocks-gui (shadowsocks-nodejs also tried) my the client side. When I configure my openvpn to connect through the local:1080 socks proxy, I can see that the client trying to connect the server at udp, but the on the server, the ss-server doesn't listen at udp port at all? Am I understanding something wrong?

clowwindy commented 11 years ago

Please have another test with shadowsocks-nodejs server. If everything is right, fire an issue to shadowsocks-libev.

hatogit commented 11 years ago

Forget what I said. I just found that I need to add -u to the command line. Sorry for the noise.