|
@@ -6,6 +6,8 @@
|
|
|
[](https://github.com/XIU2/CloudflareSpeedTest/)
|
|
|
[](https://github.com/XIU2/CloudflareSpeedTest/)
|
|
|
|
|
|
+## 前排提醒:[因使用人数越来越多,Cloudflare 限速了默认下载测速地址,为避免影响使用,建议大家改用其他下载测速地址...](https://github.com/XIU2/CloudflareSpeedTest/issues/168)
|
|
|
+
|
|
|
国外很多网站都在使用 Cloudflare CDN,但分配给中国内地访客的 IP 并不友好(延迟高、丢包多、速度慢)。
|
|
|
虽然 Cloudflare 公开了所有 [IP 段](https://www.cloudflare.com/ips/) ,但想要在这么多 IP 中找到适合自己的,怕是要累死,于是就有了这个软件。
|
|
|
|
|
@@ -88,7 +90,7 @@ IP 地址 已发送 已接收 丢包率 平均延迟 下载速度
|
|
|
# 如果在路由器上运行(如 OpenWrt),请先关闭路由器内的代理,否则测速结果会不准确且无法使用。
|
|
|
|
|
|
# 因为默认下载测速地址的文件大小只有 300MB,如果你速度太快的话,测速结果可能会低于实际速度。
|
|
|
-# 官方 500MB (可自定义大小) 下载测速地址:https://speed.cloudflare.com/__down?bytes=500000000
|
|
|
+# 官方 500MB (可自定义大小) 下载测速地址:https://speed.cloudflare.com/__down?bytes=300000000
|
|
|
# 因为每次测速都是在每个 IP 段中随机 IP,所以每次的测速结果都不可能相同,这是正常的!
|
|
|
|
|
|
# 软件是先 延迟测速并按从低到高排序后,再从 最低延迟的 IP 开始下载测速的,所以:
|
|
@@ -129,7 +131,7 @@ https://github.com/XIU2/CloudflareSpeedTest
|
|
|
-dt 10
|
|
|
下载测速时间;单个 IP 下载测速最长时间,不能太短;(默认 10 秒)
|
|
|
-url https://cf.xiu2.xyz/Github/CloudflareSpeedTest.png (默认 300MB)
|
|
|
- -url https://speed.cloudflare.com/__down?bytes=500000000 (官方 500MB 且可自定义大小)
|
|
|
+ -url https://speed.cloudflare.com/__down?bytes=300000000 (官方 300MB 且可自定义大小)
|
|
|
下载测速地址;用来下载测速的 Cloudflare CDN 文件地址,文件太小可能导致测速结果不准确;
|
|
|
-tl 200
|
|
|
平均延迟上限;只输出低于指定平均延迟的 IP,可与其他上限/下限搭配;(默认 9999 ms)
|
|
@@ -213,8 +215,8 @@ CloudflareST.exe -f C:\abc\4.txt -o C:\abc\result.csv -dd
|
|
|
# 地址要求:可以直接下载、文件大小超过 200MB、用的是 Cloudflare CDN
|
|
|
CloudflareST.exe -url https://cf.xiu2.xyz/Github/CloudflareSpeedTest.png
|
|
|
# 因为默认下载测速地址的文件大小只有 300MB,如果你速度太快的话,测速结果可能会低于实际速度。
|
|
|
-# 因此推荐使用 Cloudflare CDN 官方下载测速地址(500MB 且可自定义大小,即末尾数字):
|
|
|
-CloudflareST.exe -url https://speed.cloudflare.com/__down?bytes=500000000
|
|
|
+# 因此推荐使用 Cloudflare CDN 官方下载测速地址(300MB 且可自定义大小,即末尾数字):
|
|
|
+CloudflareST.exe -url https://speed.cloudflare.com/__down?bytes=300000000
|
|
|
|
|
|
# 注意:如果下载测速地址为 HTTP 协议,记得加上 -tp 80(这个参数会影响 延迟测速/下载测速 时使用的端口)
|
|
|
CloudflareST.exe -tp 80 -url http://xxx/xxx
|