Replace 100MB Cloudflare speedtest URL with Cachefly

This commit is contained in:
taskmgr818 2026-04-11 09:31:06 +08:00
parent 53041906b3
commit 95d1b7248c

View file

@ -141,9 +141,9 @@ public class Global
public static readonly List<string> 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<string> SpeedPingTestUrls =