File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 3
3
# 📖 Introduction
4
4
Scan all IP nodes of CloudFlare to find the fastest IP node.
5
5
6
- # 🔨️ Get Started
6
+ # ⚡️ Get Started
7
+ ## 🔨️ Build
7
8
``` bash
8
9
git clone https://github.com/golangboy/fast-cloudflare
9
10
cd fast-cloudflare
@@ -12,4 +13,7 @@ cargo run
12
13
> Please ensure that you have properly installed the Rust environment.
13
14
14
15
The scan results will be saved under` result\sorted_ping_ip.txt `
15
- ![ img] ( images/img.gif )
16
+ ## 🐳 Docker
17
+ ``` bash
18
+ docker run -t golangboyme/fast-cloudflare
19
+ ```
Original file line number Diff line number Diff line change 3
3
# 📖 介绍
4
4
对CloudFlare的所有IP节点进行扫描,找出最快的IP节点
5
5
6
- # 🔨️ 开始
6
+ # ⚡️ 开始
7
+ ## 🔨️ 构建
7
8
``` bash
8
9
git clone https://github.com/golangboy/fast-cloudflare
9
10
cd fast-cloudflare
10
11
cargo run
11
12
```
12
13
> 请确保你安装好了Rust环境
13
14
14
- 扫描结果将保存在` result\sorted_ping_ip.txt ` 下
15
+ 扫描结果将保存在` result\sorted_ping_ip.txt ` 下
16
+ ## 🐳 Docker
17
+ ``` bash
18
+ docker run -t golangboyme/fast-cloudflare
19
+ ```
You can’t perform that action at this time.
0 commit comments