From 0cdfc97460b3f806f09a6172cd6cbb900bb42e2e Mon Sep 17 00:00:00 2001 From: runetfreedom Date: Mon, 21 Oct 2024 08:47:38 +0300 Subject: [PATCH] change ru templates path (#5869) --- 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()