Skip to content

[Bug] Generated RuleSet Download URL Does Not Match Documentation #31

@aac6fef

Description

@aac6fef

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/[email protected]",
  "download_detour": "direct"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions