We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
在IE中设置了代理地址,提示failed to get target address: SOCKS error: 8
The text was updated successfully, but these errors were encountered:
可能需要换一个浏览器,例如chrome。貌似我有时候也会出现这个问题。
Sorry, something went wrong.
go-shadowsocks2目前不支持http proxy,我提了一个Feature request和一个我目前在用的实现,需要http proxy的话你可以自己把代码拷贝过去编译一个版本。
简单的方法: 使用 gost 把 socks5 转为 http proxy: docker run -d --network=host ginuerzh/gost -L=http://127.0.0.1:8080 -F=socks5://127.0.0.1:1080
docker run -d --network=host ginuerzh/gost -L=http://127.0.0.1:8080 -F=socks5://127.0.0.1:1080
No branches or pull requests
在IE中设置了代理地址,提示failed to get target address: SOCKS error: 8
The text was updated successfully, but these errors were encountered: