Replies: 1 comment
|
YAML覆写模块规则文档 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
我只是想实现之前一键配置里面的代理集和策略组的功能,恕我愚钝,看了好几遍default文件也没看懂应该如何写,在覆写模块中添加了一个模块,按照之前yaml的语法写入也无法正常加载,请问能出一个如何加载的样例给我们参考一下吗?或者帮我修改一下下面的配置,让他可以在覆写模块中正常加载,谢谢!
=== 节点提供者 (Proxy Providers) ===
proxy-providers:
Proxy-provider-GPT:
type: http
url: "https://aadb23.com/rss/cv1/39jcn3023"
path: "./proxy_provider/Proxy-provider-GPT.yaml"
interval: 3600
filter: "GPT"
health-check:
enable: true
url: "https://www.gstatic.com/generate_204"
interval: 300
=== 策略组 (Proxy Groups) ===
proxy-groups:
type: url-test
use:
url: "https://www.gstatic.com/generate_204"
interval: 300
tolerance: 150
All reactions