Bug fix for Dsktop

This commit is contained in:
2dust
2024-10-16 10:52:45 +08:00
parent 74f980aab1
commit a5122b656d
4 changed files with 76 additions and 67 deletions

View File

@@ -115,11 +115,13 @@
};
public static readonly List<string> GeoFilesSources = new() {
"",
GeoUrl,
@"https://github.com/runetfreedom/russia-v2ray-rules-dat/releases/latest/download/{0}.dat",
};
public static readonly List<string> SingboxRulesetSources = new() {
"",
SingboxRulesetUrl,
@"https://raw.githubusercontent.com/runetfreedom/russia-v2ray-rules-dat/refs/heads/release/sing-box/rule-set-{0}/{1}.srs",
};