Browse Source

Merge branch 'master' of https://github.com/2dust/v2rayN

pull/5876/head
2dust 1 month ago
parent
commit
4fc71fb77e
  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