Document subset sync and sing-box rules

This commit is contained in:
2026-03-23 15:38:10 +08:00
parent 4ad02d23b5
commit 9a07ab3ec0

View File

@@ -17,9 +17,30 @@
- `rule/Surge/ChinaIPs.list` <- `rule/Surge/ChinaIPs/ChinaIPs.list` - `rule/Surge/ChinaIPs.list` <- `rule/Surge/ChinaIPs/ChinaIPs.list`
- `rule/Surge/Proxy.list` <- `rule/Surge/Proxy/Proxy.list` - `rule/Surge/Proxy.list` <- `rule/Surge/Proxy/Proxy.list`
同时生成 sing-box 专用规则文件:
- `rule/sing-box/ManualBackHome.json`
- `rule/sing-box/ManualReject.json`
- `rule/sing-box/ManualDirect.json`
- `rule/sing-box/ManualAI.json`
- `rule/sing-box/Lan.json`
- `rule/sing-box/Apple.json`
- `rule/sing-box/OpenAI.json`
- `rule/sing-box/Gemini.json`
- `rule/sing-box/Claude.json`
- `rule/sing-box/China.json`
- `rule/sing-box/ChinaIPs.json`
- `rule/sing-box/Proxy.json`
同步脚本: 同步脚本:
- [sync_subset.sh](/Users/yuan/Desktop/workspaces/docker/ios-rule-script-subset/scripts/sync_subset.sh) - [sync_subset.sh](/Users/yuan/Desktop/workspaces/docker/ios-rule-script-subset/scripts/sync_subset.sh)
- [build_singbox_rules.py](/Users/yuan/Desktop/workspaces/docker/ios-rule-script-subset/scripts/build_singbox_rules.py)
Gitea Actions 工作流:
- [sync-subset.yml](/Users/yuan/Desktop/workspaces/docker/ios-rule-script-subset/.gitea/workflows/sync-subset.yml)
- 调度周期:每 12 小时一次
本地同步凭据放在未提交的: 本地同步凭据放在未提交的:
@@ -28,3 +49,4 @@
这个项目给本地 `surgio` 用作远程规则源: 这个项目给本地 `surgio` 用作远程规则源:
- `https://git.halonice.com/yuanzhen869/ios-rule-script-subset/raw/branch/main/rule/Surge` - `https://git.halonice.com/yuanzhen869/ios-rule-script-subset/raw/branch/main/rule/Surge`
- `https://git.halonice.com/yuanzhen869/ios-rule-script-subset/raw/branch/main/rule/sing-box`