Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
XIU2 committed Feb 17, 2021
1 parent 1a939f7 commit cee7725
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,12 @@ D:\ABC\CloudflareST\CloudflareST.exe -n 500 -t 4 -dn 20 -dt 5 -o " "

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

```
``` json
1.1.1.1/32
2.2.2.2/32
1.0.0.1/24

// 子网掩码 /32 指的是这个 IP 本身,即 1.1.1.1
// 子网掩码 /24 指的是这个 IP 最后一段,即 1.0.0.1~1.0.0.255
```

然后运行 CloudflareST 时加上启动参数 `-f 1.txt` 即可。
Expand All @@ -238,6 +241,8 @@ CloudflareST.exe -f 1.txt

# Linux
./CloudflareST -f 1.txt

# 对于 IP 段 1.0.0.1/24 软件只会随机最后一段(1.0.0.1~255),如果要测速该 IP 段中的所有 IP,需要加上 -allip 参数。
```

****
Expand Down

0 comments on commit cee7725

Please sign in to comment.