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
screen 模式可以设置终端代理,但 systemd 直连会被墙(局域网树莓派)
The text was updated successfully, but these errors were encountered:
目前在 urllib 和 requests 的调用方法这里加上代理链,能正常工作
proxy_support` = urllib.request.ProxyHandler({ 'http' : 'http://127.0.0.1:7890', 'https': 'https://127.0.0.1:7890' }) opener = urllib.request.build_opener(proxy_support) urllib.request.install_opener(opener) def main(): updater = Updater(TOKEN, use_context=True, request_kwargs={"proxy_url": "http://127.0.0.1:7890"})
Sorry, something went wrong.
No branches or pull requests
screen 模式可以设置终端代理,但 systemd 直连会被墙(局域网树莓派)
The text was updated successfully, but these errors were encountered: