From 5f66afc399ef62a450ebed6405b2cb07df2a5b47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=BE=E5=87=B4?= <71136405+buiawpkgew1@users.noreply.github.com> Date: Fri, 20 Jan 2023 21:44:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9hysteria=20=E5=AE=98=E7=BD=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/2dust/v2rayN/issues/3094 --- v2rayN/v2rayN/Global.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2rayN/v2rayN/Global.cs b/v2rayN/v2rayN/Global.cs index 1f7775c2..7ce34c6f 100644 --- a/v2rayN/v2rayN/Global.cs +++ b/v2rayN/v2rayN/Global.cs @@ -12,7 +12,7 @@ public const string NUrl = @"https://github.com/2dust/v2rayN/releases"; public const string clashCoreUrl = "https://github.com/Dreamacro/clash/releases"; public const string clashMetaCoreUrl = "https://github.com/MetaCubeX/Clash.Meta/releases"; - public const string hysteriaCoreUrl = "https://github.com/HyNetwork/hysteria/releases"; + public const string hysteriaCoreUrl = "https://github.com/apernet/hysteria/releases"; public const string naiveproxyCoreUrl = "https://github.com/klzgrad/naiveproxy/releases"; public const string tuicCoreUrl = "https://github.com/EAimTY/tuic/releases"; public const string singboxCoreUrl = "https://github.com/SagerNet/sing-box/releases";