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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
通过浏览器可以连接到google.com。但是wget www.google.com或者 wget --execute="http_proxy=socks5://127.0.0.1:7890" https://www.google.com都不行。这需要作什么额外配置吗?Proxy Mode选Global会导致所有外网连接失效。
wget www.google.com
wget --execute="http_proxy=socks5://127.0.0.1:7890" https://www.google.com
The text was updated successfully, but these errors were encountered:
No branches or pull requests
通过浏览器可以连接到google.com。但是
wget www.google.com
或者wget --execute="http_proxy=socks5://127.0.0.1:7890" https://www.google.com
都不行。这需要作什么额外配置吗?Proxy Mode选Global会导致所有外网连接失效。The text was updated successfully, but these errors were encountered: