Files
shunt-rules/config.example.json
T
2026-04-06 11:52:50 +08:00

20 lines
380 B
JSON

{
"gitea": {
"base_url": "https://gitea.example.com",
"owner": "rules",
"repo": "ios_rule_script",
"ref": "main",
"token_env": "GITEA_TOKEN"
},
"source": {
"root": "rule/Surge",
"filename_pattern": "{name}.list",
"include_categories": [],
"exclude_categories": []
},
"output": {
"dir": "dist",
"clash_no_resolve": false
}
}