shadowsocks / go-shadowsocks2

Modern Shadowsocks in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tcp.go:65: failed to get target address: SOCKS error: 8

shuidaan opened this issue · comments

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

image

Expected behavior
shadowsocks2 -c "ss://AEAD_CHACHA20_POLY1305:your-password@server_ip:18688" -verbose -socks :1080 -u -udptun :8053=8.8.8.8:53,:8054=8.8.4.4:53 -tcptun :8053=8.8.8.8:53,:8054=8.8.4.4:53

Screenshots
image
Desktop (please complete the following information):

  • OS: windows7
  • Browser chrome
  • Version 87.0.4280.141

Additional context
Add any other context about the problem here.

客户端不能正常上网,浏览器已经设置了代理模式
The client can't access the Internet normally,
The browser has set proxy mode

i think it is because windows system proxy only support http proxy, socks proxy support is not good.
if you want to test , i think you can use curl or firefox
like this :
curl -x socks5://127.0.0.1:1080 http://www.google.com