Adjust speedtest addr

pull/4405/head
2dust 2023-11-10 15:00:48 +08:00
parent 2652beed88
commit cba82e0e8e
1 changed files with 3 additions and 0 deletions

View File

@ -120,6 +120,9 @@
};
public static readonly List<string> 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"
};