mirror of https://github.com/2dust/v2rayN
Adjust speedtest addr
parent
2652beed88
commit
cba82e0e8e
|
@ -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"
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue