From 96e5c11fc7ed61a0f974b58468d6b9e045749162 Mon Sep 17 00:00:00 2001 From: taskmgr818 <124493597+taskmgr818@users.noreply.github.com> Date: Sat, 11 Apr 2026 19:39:25 +0800 Subject: [PATCH] Replace 100MB Cloudflare speedtest URL with 99MB (#9076) --- 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..dd83c77e 100644 --- a/v2rayN/ServiceLib/Global.cs +++ b/v2rayN/ServiceLib/Global.cs @@ -143,7 +143,7 @@ public class Global @"https://cachefly.cachefly.net/50mb.test", @"https://speed.cloudflare.com/__down?bytes=10000000", @"https://speed.cloudflare.com/__down?bytes=50000000", - @"https://speed.cloudflare.com/__down?bytes=100000000", + @"https://speed.cloudflare.com/__down?bytes=99999999", ]; public static readonly List SpeedPingTestUrls =