Skip to content

Commit

Permalink
change ru templates path (2dust#5869)
Browse files Browse the repository at this point in the history
  • Loading branch information
runetfreedom authored Oct 21, 2024
1 parent 3dd5431 commit 0cdfc97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v2rayN/ServiceLib/Global.cs
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,12 @@ public class Global

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()
Expand Down

0 comments on commit 0cdfc97

Please sign in to comment.