shadowsocks / go-shadowsocks2

Modern Shadowsocks in Go
Apache License 2.0
4.45k stars 1.39k forks source link

Can it work with shadowsocks-windows? #101

Open neubuy opened 5 years ago

neubuy commented 5 years ago

I tried to use it with ss-win, but just got an error: "tcp.go:63: failed to get target address: SOCKS error: 8".

But it works well with Proxifier, which is inconvenient for me.

So here is my question. Thanks for your reply!

wpecker commented 5 years ago

Same error message, start ss client on windows 10

Jason5Lee commented 5 years ago

Same error on shadowsocks-NG on MacOS.

lixin9311 commented 4 years ago

Cannot reproduce the issue on my Mac/PC. I will reopen if there is an update regarding this issue

yaojunWang commented 4 years ago

Same error on Kali linux.

lixin9311 commented 4 years ago

Same error on Kali linux.

Which version of go-shadowsocks2 and shadowsocks-windows did u use? And which cipher, plugin?

cc5nth commented 4 years ago

"SOCKS error: 8" means ErrAddressNotSupported in readAddr, it is mostly because the browser/Windows does not support socksv5. use firefox or other proxy tools on windows instead.