From d7e7ddf996aa5009eccb7ce8af9ed70308cf1cbb Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Wed, 27 May 2026 16:53:57 +0800 Subject: [PATCH] Update Global.cs --- 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 e27a57c3..f53466cd 100644 --- a/v2rayN/ServiceLib/Global.cs +++ b/v2rayN/ServiceLib/Global.cs @@ -148,10 +148,10 @@ public class Global public static readonly List SpeedTestUrls = [ - @"https://cachefly.cachefly.net/1mb.test", - @"https://cachefly.cachefly.net/10mb.test", @"https://cachefly.cachefly.net/50mb.test", @"https://cachefly.cachefly.net/100mb.test", + @"https://cachefly.cachefly.net/1mb.test", + @"https://cachefly.cachefly.net/10mb.test", @"https://speed.cloudflare.com/__down?bytes=10000000", @"https://speed.cloudflare.com/__down?bytes=50000000", @"https://speed.cloudflare.com/__down?bytes=99999999",