@icy 在 sing-box 分流配置问题 中发帖
最近想添加Meta的geosite分流规则,但是按以前的规则添加这条就是报错:
[image]
删掉meta这条规则就能正常跑,很奇怪
有佬友帮忙看下嘛,感激不尽!
sing-box相关配置如下:
...
{
"tag": "Meta",
"type": "selector",
"outbounds": [
"proxy",
"HongKong",
"TaiWan",
"Singapore",
"Japan",
"USA",
"Others"
]
},
...
{
"rule_set": "geosite-meta",
"outbound": "Meta"
}
{
"tag": "geosite-meta",
"type": "remote",
...