We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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" }
The text was updated successfully, but these errors were encountered:
Fix SagerNet#31
438371b
We encountered the same problem, and finally figured out that this section should be configured as:
{ "type": "github", "repository": "SagerNet/sing-geosite", "path": "rule-set/geo-site-", "prefix": "geosite-", "rule_set": [ "apple", "microsoft", "openai" ] }
Sorry, something went wrong.
No branches or pull requests
According to the documentation, the following configuration:
should generate something like:
However, the actual output is:
The text was updated successfully, but these errors were encountered: