Replies: 2 comments
-
难道是因为不是通过proxy-providers添加节点的原因吗,我看到有它下面有个health-check设置。我是自己写的脚本直接生成配置文件,proxy-providers我用过,但是有个订阅使用这个功能会出错,获取不了节点。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
目前通过proxy-providers的file方式解决问题了,通过脚本直接生成对应的文件到目录。 proxy-providers:
ef:
type: file
path: ./provider/ef.yaml
health-check:
enable: true
interval: 600
# lazy: true
url: https://cp.cloudflare.com/generate_204
djs:
type: file
path: ./provider/djs.yaml
health-check:
enable: true
interval: 600
# lazy: true
url: https://cp.cloudflare.com/generate_204
mf:
type: file
path: ./provider/mf.yaml
health-check:
enable: true
interval: 600
# lazy: true
url: https://cp.cloudflare.com/generate_204 现在可以自动检测,正常选择了。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
配置文件里的auto组类型为url-test,interval为300,但是它不会按照间隔时间自动执行,手动点击延迟测试按钮是可以的。
我的使用方式是 核心 + 配置 + yacd-meta,其他使用都还好,就是url-test没有作用,我没有load-banlance、fallback等其他类型的分组,也没测试。
Beta Was this translation helpful? Give feedback.
All reactions