代理配置不生效 #18947
Answered
by
TonyRL
owwkmidream
asked this question in
Q&A
代理配置不生效
#18947
-
使用环境变量 - PROXY_URI=http://host.docker.internal:7890 使用docker-compose配置 extra_hosts:
- host.docker.internal:host-gateway 代理为宿主机上的clash,查看日志发现rsshub好像根本没有走代理,尝试访问路由 : <-- GET /telegram/channel/awesomeRSSHub
: Request https://t.me/s/awesomeRSSHub fail: TypeError: fetch failed
: Request https://t.me/s/awesomeRSSHub fail: TypeError: fetch failed
: Request https://t.me/s/awesomeRSSHub fail: TypeError: fetch failed
: Error in /telegram/channel/awesomeRSSHub: FetchError: [GET] "https://t.me/s/awesomeRSSHub": <no response> fetch failed
: --> GET /telegram/channel/awesomeRSSHub 0m 34s 尝试把 export http_proxy="http://host.docker.internal:7890"
export https_proxy="http://host.docker.internal:7890"
wget -O /dev/null https://google.com 请问是我配置方面搞错了什么吗? |
Beta Was this translation helpful? Give feedback.
Answered by
TonyRL
Apr 26, 2025
Replies: 1 comment
-
Fixed in #18948 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
owwkmidream
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fixed in #18948