-
Notifications
You must be signed in to change notification settings - Fork 611
New issue
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
【已知,长期跟踪】使用 CF 节点访问 CF 订阅链接时的错误 #324
Comments
已知问题 之前就反馈给了刘老师 刘老师没有表示会修复 |
我说的不严谨了 也可能得改服务端 现在好几个 app 都有这个问题 我都反馈过了 |
好的。那我把问题放在这里长期跟踪了。 |
简单做个表
|
为啥在这里问 又不是 Sub-Store 的问题. 你可以选择: 自己分流到其他节点或设置代理策略 |
@kchen0x 我记得cf的节点禁止访问套了cf的网站(避免左手打右手),edgetunnel会先尝试访问目标网站,如果访问失败再使用设置的proxy去访问目标网站(具体来说就是第一次访问会失败,第二次就正常了)……不知道我分析的对不对。 |
最近被这个问题困扰中,新手能看懂1楼思路,但是不会操作,有大佬能弄个图文教程吗,拜谢! |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
最近使用 https://github.com/cmliu/epeius 项目部署了一个基于 Cloudflare Worker 的订阅服务。
将服务添加到 sub-store 中之后出现了一个奇怪的现象,如图所示:
为了解决当前的问题,我只好将订阅链接地址单独设置分流规则,用非 CF 的节点去代理请求。这样话无论是通过 sub-store 还是直接请求也就都正常了。
The text was updated successfully, but these errors were encountered: