From 95d1b7248cdd099356e58da77d1aa30907884ca4 Mon Sep 17 00:00:00 2001 From: taskmgr818 Date: Sat, 11 Apr 2026 09:31:06 +0800 Subject: [PATCH] Replace 100MB Cloudflare speedtest URL with Cachefly --- v2rayN/ServiceLib/Global.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2rayN/ServiceLib/Global.cs b/v2rayN/ServiceLib/Global.cs index bf8dd7ab..7b518f91 100644 --- a/v2rayN/ServiceLib/Global.cs +++ b/v2rayN/ServiceLib/Global.cs @@ -141,9 +141,9 @@ public class Global public static readonly List SpeedTestUrls = [ @"https://cachefly.cachefly.net/50mb.test", + @"https://cachefly.cachefly.net/100mb.test", @"https://speed.cloudflare.com/__down?bytes=10000000", @"https://speed.cloudflare.com/__down?bytes=50000000", - @"https://speed.cloudflare.com/__down?bytes=100000000", ]; public static readonly List SpeedPingTestUrls =