go-shadowsocks2 icon indicating copy to clipboard operation
go-shadowsocks2 copied to clipboard

Can it work with shadowsocks-windows?

Open neubuy opened this issue 6 years ago • 6 comments

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!

neubuy avatar Jul 18 '18 06:07 neubuy

Same error message, start ss client on windows 10

wpecker avatar Nov 14 '18 03:11 wpecker

Same error on shadowsocks-NG on MacOS.

Jason5Lee avatar Jul 07 '19 02:07 Jason5Lee

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

lixin9311 avatar Sep 21 '19 05:09 lixin9311

Same error on Kali linux.

yaojunWang avatar Nov 07 '19 04:11 yaojunWang

Same error on Kali linux.

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

lixin9311 avatar Nov 07 '19 04:11 lixin9311

"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.

cc5nth avatar Mar 19 '20 08:03 cc5nth