README.md

This commit is contained in:
xiu2 2022-02-03 17:59:15 +08:00
parent aeb1474e5a
commit 9878cb56d4
2 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ IP 地址 已发送 已接收 丢包率 平均延迟 下载速度
# 如果在路由器上运行(如 OpenWrt请先关闭路由器内的代理否则测速结果会不准确且无法使用。
# 因为默认下载测速地址的文件大小只有 300MB如果你速度太快的话测速结果可能会低于实际速度。
# 官方 500MB (可自定义大小) 下载测速地址https://speed.cloudflare.com/__down?bytes=300000000
# 官方 300MB (可自定义大小) 下载测速地址https://speed.cloudflare.com/__down?bytes=300000000
# 因为每次测速都是在每个 IP 段中随机 IP所以每次的测速结果都不可能相同这是正常的
# 软件是先 延迟测速并按从低到高排序后,再从 最低延迟的 IP 开始下载测速的,所以:

View File

@ -36,7 +36,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)