Browse Source

change ru templates path (#5869)

pull/5876/head
runetfreedom 1 month ago committed by GitHub
parent
commit
0cdfc97460
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      v2rayN/ServiceLib/Global.cs

4
v2rayN/ServiceLib/Global.cs

@ -126,12 +126,12 @@
public static readonly List<string> RoutingRulesSources = new() {
"",
@"https://cdn.jsdelivr.net/gh/runetfreedom/russia-v2ray-custom-routing-list@main/template.json",
@"https://cdn.jsdelivr.net/gh/runetfreedom/russia-v2ray-custom-routing-list@main/v2rayN/template.json",
};
public static readonly List<string> DNSTemplateSources = new() {
"",
@"https://cdn.jsdelivr.net/gh/runetfreedom/russia-v2ray-custom-routing-list@main/",
@"https://cdn.jsdelivr.net/gh/runetfreedom/russia-v2ray-custom-routing-list@main/v2rayN/",
};
public static readonly Dictionary<string, string> UserAgentTexts = new()

Loading…
Cancel
Save