From 8f3be354c8e4bf59a65e025f91210c773078327f Mon Sep 17 00:00:00 2001 From: Roffild Date: Sun, 24 May 2026 13:19:55 +0300 Subject: [PATCH] Add in Global.cs speed and ping test URLs --- v2rayN/ServiceLib/Global.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/v2rayN/ServiceLib/Global.cs b/v2rayN/ServiceLib/Global.cs index 4b880e7e..f92b77fc 100644 --- a/v2rayN/ServiceLib/Global.cs +++ b/v2rayN/ServiceLib/Global.cs @@ -148,6 +148,8 @@ 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://speed.cloudflare.com/__down?bytes=10000000", @"https://speed.cloudflare.com/__down?bytes=50000000", @@ -157,6 +159,8 @@ public class Global public static readonly List SpeedPingTestUrls = [ @"https://www.google.com/generate_204", + @"https://www.youtube.com/generate_204", + @"https://www.googlevideo.com/generate_204", @"https://www.gstatic.com/generate_204", @"https://www.apple.com/library/test/success.html", @"http://www.msftconnecttest.com/connecttest.txt"