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 33# 📖 Introduction
44Scan all IP nodes of CloudFlare to find the fastest IP node.
55
6- # 🔨️ Get Started
6+ # ⚡️ Get Started
7+ ## 🔨️ Build
78``` bash
89git clone https://github.com/golangboy/fast-cloudflare
910cd fast-cloudflare
@@ -12,4 +13,7 @@ cargo run
1213> Please ensure that you have properly installed the Rust environment.
1314
1415The 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 33# 📖 介绍
44对CloudFlare的所有IP节点进行扫描,找出最快的IP节点
55
6- # 🔨️ 开始
6+ # ⚡️ 开始
7+ ## 🔨️ 构建
78``` bash
89git clone https://github.com/golangboy/fast-cloudflare
910cd fast-cloudflare
1011cargo run
1112```
1213> 请确保你安装好了Rust环境
1314
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