From 2c4d115b83cac63003e7bd6c905991ba7fb8e9f9 Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Tue, 31 Jan 2023 20:50:48 +0800 Subject: [PATCH] README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4498613..930f509 100644 --- a/README.md +++ b/README.md @@ -244,7 +244,7 @@ CloudflareST.exe -f ip.txt CloudflareST.exe -f ipv6.txt # 当然你也可以将 IPv4 IPv6 混合在一起测速,也可以直接通过参数指定要测速的 IP -CloudflareST.exe -ip "1.1.1.1,2606:4700::/32" +CloudflareST.exe -ip 1.1.1.1,2606:4700::/32 ``` > 测速 IPv6 时,可能会注意到每次测速数量都不一样,了解原因: [#120](https://github.com/XIU2/CloudflareSpeedTest/issues/120) @@ -449,10 +449,10 @@ CloudflareST.exe -tl 200 -sl 5.6 -dn 10 ``` bash # 先进入 CloudflareST 所在目录,然后运行: # Windows 系统(在 CMD 中运行) -CloudflareST.exe -ip "1.1.1.1,2.2.2.2/24,2606:4700::/32" +CloudflareST.exe -ip 1.1.1.1,2.2.2.2/24,2606:4700::/32 # Linux 系统 -./CloudflareST -ip "1.1.1.1,2.2.2.2/24,2606:4700::/32" +./CloudflareST -ip 1.1.1.1,2.2.2.2/24,2606:4700::/32 ``` ****