From a42059737b7171285203736a380fa62624a5a944 Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Wed, 11 Aug 2021 10:46:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20[=E5=B9=B3=E5=9D=87?= =?UTF-8?q?=E5=BB=B6=E8=BF=9F=E4=B8=8B=E9=99=90]=20=E5=8F=82=E6=95=B0?= =?UTF-8?q?=EF=BC=88=E7=94=A8=E4=BA=8E=E8=BF=87=E6=BB=A4=E8=A2=AB=E5=81=87?= =?UTF-8?q?=E8=94=B7=E7=9A=84=20IP=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a9f753..d2a3b49 100644 --- a/README.md +++ b/README.md @@ -122,9 +122,11 @@ https://github.com/XIU2/CloudflareSpeedTest -url https://cf.xiu2.xyz/Github/CloudflareSpeedTest.png 下载测速地址;用来下载测速的 Cloudflare CDN 文件地址,如地址含有空格请加上引号; -tl 200 - 平均延迟上限;只输出低于指定平均延迟的 IP,可单独使用也可搭配下载速度下限;(默认 9999.00 ms) + 平均延迟上限;只输出低于指定平均延迟的 IP,可与其他上限/下限搭配;(默认 9999 ms) + -tll 40 + 平均延迟下限;只输出高于指定平均延迟的 IP,可与其他上限/下限搭配,过滤被假蔷的 IP;(默认 0 ms) -sl 5 - 下载速度下限;只输出高于指定下载速度的 IP,凑够指定数量 [-dn] 才会停止测速;(默认 0.00 MB/s ) + 下载速度下限;只输出高于指定下载速度的 IP,凑够指定数量 [-dn] 才会停止测速;(默认 0.00 MB/s) -p 20 显示结果数量;测速后直接显示指定数量的结果,为 0 时不显示结果直接退出;(默认 20 ) -f ip.txt @@ -191,6 +193,14 @@ CloudflareST.exe -url https://cf.xiu2.xyz/Github/CloudflareSpeedTest.png **** +- 如果想要过滤被假蔷的 IP,可以指定 **[平均延迟下限]** 条件 + +``` bash +# 平均延迟下限:40 ms +# 平均延迟下限和其他的上下限参数一样,都可以单独使用、互相搭配使用! +CloudflareST.exe -tll 40 +``` + - 仅指定 **[平均延迟上限]** 条件 ``` bash