According to the documentation, the following configuration:
{
"type": "github",
"repository": "SagerNet/sing-geosite",
"path": "rule-set",
"prefix": "geosite-",
"rule_set": [
"apple",
"microsoft",
"openai"
]
}
should generate something like:
{
"type": "remote",
"tag": "geosite-apple",
"format": "binary",
"url": "https://testingcf.jsdelivr.net/gh/SagerNet/sing-geosite@rule-set/geosite-apple.srs",
"download_detour": "direct"
}
However, the actual output is:
{
"type": "remote",
"tag": "geosite-apple",
"format": "binary",
"url": "https://testingcf.jsdelivr.net/gh/SagerNet/sing-geosite@rule-setapple.srs",
"download_detour": "direct"
}
According to the documentation, the following configuration:
{ "type": "github", "repository": "SagerNet/sing-geosite", "path": "rule-set", "prefix": "geosite-", "rule_set": [ "apple", "microsoft", "openai" ] }should generate something like:
{ "type": "remote", "tag": "geosite-apple", "format": "binary", "url": "https://testingcf.jsdelivr.net/gh/SagerNet/sing-geosite@rule-set/geosite-apple.srs", "download_detour": "direct" }However, the actual output is:
{ "type": "remote", "tag": "geosite-apple", "format": "binary", "url": "https://testingcf.jsdelivr.net/gh/SagerNet/sing-geosite@rule-setapple.srs", "download_detour": "direct" }