~所有本地配置模板统一新增interval: 120字段,以优化检查逻辑

~移除了singbox本地模板中的download_detour字段,以适配1.14+内核
This commit is contained in:
juewuy
2026-08-02 10:09:33 +08:00
parent 4da9c5a2ff
commit b8e5356cf9
13 changed files with 192 additions and 278 deletions
@@ -18,18 +18,16 @@
"type": "remote",
"format": "binary",
"path": "./ruleset/cn.srs",
"url": "https://testingcf.jsdelivr.net/gh/DustinWin/ruleset_geodata@sing-box-ruleset/cn.srs",
"download_detour": "DIRECT"
"url": "https://testingcf.jsdelivr.net/gh/DustinWin/ruleset_geodata@sing-box-ruleset/cn.srs"
},
{
"tag": "cnip",
"type": "remote",
"format": "binary",
"path": "./ruleset/cnip.srs",
"url": "https://testingcf.jsdelivr.net/gh/DustinWin/ruleset_geodata@sing-box-ruleset/cnip.srs",
"download_detour": "DIRECT"
"url": "https://testingcf.jsdelivr.net/gh/DustinWin/ruleset_geodata@sing-box-ruleset/cnip.srs"
}
],
"final": "🚀 节点选择"
}
}
}