From a8d5e5fcd92e21332667128eede3b04aee24d4cc Mon Sep 17 00:00:00 2001 From: runetfreedom Date: Sun, 20 Oct 2024 16:34:01 +0300 Subject: [PATCH] change ru templates path --- v2rayN/ServiceLib/Global.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v2rayN/ServiceLib/Global.cs b/v2rayN/ServiceLib/Global.cs index f9e955da..1c76cae3 100644 --- a/v2rayN/ServiceLib/Global.cs +++ b/v2rayN/ServiceLib/Global.cs @@ -126,12 +126,12 @@ public static readonly List 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 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 UserAgentTexts = new()