Skip to content

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

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/sing-geosite@rule-setapple.srs",
  "download_detour": "direct"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions