Skip to content

Commit 0cdfc97

Browse files
authoredOct 21, 2024
change ru templates path (2dust#5869)
1 parent 3dd5431 commit 0cdfc97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎v2rayN/ServiceLib/Global.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,12 @@ public class Global
126126

127127
public static readonly List<string> RoutingRulesSources = new() {
128128
"",
129-
@"https://cdn.jsdelivr.net/gh/runetfreedom/russia-v2ray-custom-routing-list@main/template.json",
129+
@"https://cdn.jsdelivr.net/gh/runetfreedom/russia-v2ray-custom-routing-list@main/v2rayN/template.json",
130130
};
131131

132132
public static readonly List<string> DNSTemplateSources = new() {
133133
"",
134-
@"https://cdn.jsdelivr.net/gh/runetfreedom/russia-v2ray-custom-routing-list@main/",
134+
@"https://cdn.jsdelivr.net/gh/runetfreedom/russia-v2ray-custom-routing-list@main/v2rayN/",
135135
};
136136

137137
public static readonly Dictionary<string, string> UserAgentTexts = new()

0 commit comments

Comments
 (0)
Please sign in to comment.