之前在 Surge Loon 等 App 里, 使用 Cloudflare Workers 搭建的节点在脚本中使用 httpClient 请求 CF 资源时会有问题
从逻辑上看 是没走到 retry(使用 proxyIP) 的部分就超时了
https://github.com/sub-store-org/Sub-Store/issues/324
今天心血来潮在 Surge 和 Loon 里试了 最新的 https://github.com/byjoey/cfnew 和 https://github.com/cmliu/edgetunnel 已经好了...
额 没完全好 http 的还是不行
抄一下 cmliu 佬的话
Sub-Store 合集
频道资源合集
恰饭推荐
群组
联系推广
#SubStore #CF #Cloudflare #Workers #Pages #节点 #代理 #订阅 #Surge #Loon
从逻辑上看 是没走到 retry(使用 proxyIP) 的部分就超时了
https://github.com/sub-store-org/Sub-Store/issues/324
抄一下 cmliu 佬的话
因为proxyip是反代了443端口的, 所以访问cf的话只能访问https
除非这个proxyip的80端口还反代了cf的80端口
- ❤️2