@
lmmortal 完整配置文件本地引入 type:file 就没办法实时更新了,type:file 主要是用来对 http 下载下来的配置文件节点进行 filter 来分组的。你导入的配置文件是不是用其它人的配置文件改的? proxy-providers 下面是不是还有多个 type:file 的子元素,肯定是另外几个 type:file 的子元素的 filter 筛选不到符合条件的节点才报错的。
proxy-providers:
ALL:
type: http
url: "填写你自己的订阅"
interval: 3600
path: ./ProxyList.yaml
health-check:
enable: true
interval: 600
url:
http://www.gstatic.com/generate_204你试试 proxy-providers 只保留一个 type:http ,这样 import 进去肯定不会报错的,报错是因为基于 type:http 配置文件下面的 type:file 子元素,在筛选后找不到符合条件的节点,所以才报错
type:http 负责节点实时更新,http:file 负责节点细化分组