From cba82e0e8e1be5291cc21e88f78cea7bde5e101a Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Fri, 10 Nov 2023 15:00:48 +0800 Subject: [PATCH] Adjust speedtest addr --- v2rayN/v2rayN/Global.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/v2rayN/v2rayN/Global.cs b/v2rayN/v2rayN/Global.cs index 4af96a07..8fead0a0 100644 --- a/v2rayN/v2rayN/Global.cs +++ b/v2rayN/v2rayN/Global.cs @@ -120,6 +120,9 @@ }; public static readonly List SpeedTestUrls = new() { + @"https://speed.cloudflare.com/__down?bytes=100000000", + @"https://speed.cloudflare.com/__down?bytes=10000000", + @"http://cachefly.cachefly.net/50mb.test", @"http://cachefly.cachefly.net/100mb.test", @"http://cachefly.cachefly.net/10mb.test" };