Skip to content

Commit 9471094

Browse files
committed
README.md
1 parent be4634e commit 9471094

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

README.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -255,25 +255,6 @@ CloudflareST.exe -tl 200 -sl 5.6 -dn 10
255255
256256
</details>
257257

258-
****
259-
#### \# Windows 快捷方式如何使用参数
260-
261-
<details>
262-
<summary><code><strong>「 点击展开 查看内容 」</strong></code></summary>
263-
264-
****
265-
266-
``` bash
267-
## 右键快捷方式 - 目标
268-
# 如果要不输出结果文件,那么请加上 -o " ",引号里的是空格(没有空格会导致该参数被省略)。
269-
D:\ABC\CloudflareST\CloudflareST.exe -n 500 -t 4 -dn 20 -dt 5 -o " "
270-
271-
# 如果文件路径包含引号,则需要把启动参数放在引号外面,记得引号和 - 之间有空格。
272-
"D:\Program Files\CloudflareST\CloudflareST.exe" -n 500 -t 4 -dn 20 -dt 5 -o " "
273-
```
274-
275-
</details>
276-
277258
****
278259
#### \# 单独对一个或多个 IP 测速
279260

@@ -284,13 +265,13 @@ D:\ABC\CloudflareST\CloudflareST.exe -n 500 -t 4 -dn 20 -dt 5 -o " "
284265

285266
如果要单独**对一个或多个 IP 进行测速**,只需要把这些 IP 按如下格式写入到任意文本文件中,例如:`1.txt`
286267

287-
``` json
268+
```
288269
1.1.1.1
289270
1.1.1.200
290271
1.0.0.1/24
291272
```
292273

293-
> 自从 v1.4.10 版本后,单个 IP 就不需要添加子网掩码 `/32` 了(`1.1.1.1`等同于 `1.1.1.1/32`)。
274+
> 单个 IP 的话可以省略 `/32` 子网掩码了(即 `1.1.1.1`等同于 `1.1.1.1/32`)。
294275
> 子网掩码 `/24` 指的是这个 IP 最后一段,即 `1.0.0.1~1.0.0.255`
295276
296277

@@ -304,7 +285,26 @@ CloudflareST.exe -f 1.txt
304285
# Linux 系统
305286
./CloudflareST -f 1.txt
306287

307-
# 对于 IP 段 1.0.0.1/24 软件只会随机最后一段(1.0.0.1~255),如果要测速该 IP 段中的所有 IP,需要加上 -allip 参数。
288+
# 对于 1.0.0.1/24 这样的 IP 段只会随机最后一段(1.0.0.1~255),如果要测速该 IP 段中的所有 IP,请加上 -allip 参数。
289+
```
290+
291+
</details>
292+
293+
****
294+
#### \# Windows 快捷方式如何使用参数
295+
296+
<details>
297+
<summary><code><strong>「 点击展开 查看内容 」</strong></code></summary>
298+
299+
****
300+
301+
``` bash
302+
## 右键快捷方式 - 目标
303+
# 如果要不输出结果文件,那么请加上 -o " ",引号里的是空格(没有空格会导致该参数被省略)。
304+
D:\ABC\CloudflareST\CloudflareST.exe -n 500 -t 4 -dn 20 -dt 5 -o " "
305+
306+
# 如果文件路径包含引号,则需要把启动参数放在引号外面,记得引号和 - 之间有空格。
307+
"D:\Program Files\CloudflareST\CloudflareST.exe" -n 500 -t 4 -dn 20 -dt 5 -o " "
308308
```
309309

310310
</details>

0 commit comments

Comments
 (0)