Skip to content

Commit a420597

Browse files
committed
新增 [平均延迟下限] 参数(用于过滤被假蔷的 IP)
1 parent 46da45b commit a420597

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,11 @@ https://github.com/XIU2/CloudflareSpeedTest
122122
-url https://cf.xiu2.xyz/Github/CloudflareSpeedTest.png
123123
下载测速地址;用来下载测速的 Cloudflare CDN 文件地址,如地址含有空格请加上引号;
124124
-tl 200
125-
平均延迟上限;只输出低于指定平均延迟的 IP,可单独使用也可搭配下载速度下限;(默认 9999.00 ms)
125+
平均延迟上限;只输出低于指定平均延迟的 IP,可与其他上限/下限搭配;(默认 9999 ms)
126+
-tll 40
127+
平均延迟下限;只输出高于指定平均延迟的 IP,可与其他上限/下限搭配,过滤被假蔷的 IP;(默认 0 ms)
126128
-sl 5
127-
下载速度下限;只输出高于指定下载速度的 IP,凑够指定数量 [-dn] 才会停止测速;(默认 0.00 MB/s )
129+
下载速度下限;只输出高于指定下载速度的 IP,凑够指定数量 [-dn] 才会停止测速;(默认 0.00 MB/s)
128130
-p 20
129131
显示结果数量;测速后直接显示指定数量的结果,为 0 时不显示结果直接退出;(默认 20 )
130132
-f ip.txt
@@ -191,6 +193,14 @@ CloudflareST.exe -url https://cf.xiu2.xyz/Github/CloudflareSpeedTest.png
191193

192194
****
193195

196+
- 如果想要过滤被假蔷的 IP,可以指定 **[平均延迟下限]** 条件
197+
198+
``` bash
199+
# 平均延迟下限:40 ms
200+
# 平均延迟下限和其他的上下限参数一样,都可以单独使用、互相搭配使用!
201+
CloudflareST.exe -tll 40
202+
```
203+
194204
- 仅指定 **[平均延迟上限]** 条件
195205

196206
``` bash

0 commit comments

Comments
 (0)