Dynamic Best Cloudflare (自动设置 Cloudflare 优选 IP)

中文 README

A tool to automatically select best Cloudflare IP for a Cloudflare DNS record.

Install

Install the binary via cargo and crates.io,

bash cargo install cf-dynamic-best

Then, get CloudflareSpeedTest ready. Following is the installation guide from their repository, different platform may differ, the following is the guide for linux and amd64.

```bash mkdir CloudflareST

cd CloudflareST

select for your platform and arch in their release page

wget -N https://github.com/XIU2/CloudflareSpeedTest/releases/download/v2.2.4/CloudflareSTlinuxamd64.tar.gz

tar -zxf CloudflareSTlinuxamd64.tar.gz

chmod +x CloudflareST ```

Usage

```bash $ cf-dynamic-best --help A tool to automatically set best Cloudflare IP for a Cloudflare DNS record

Usage: cf-dynamic-best --config-dir --cloudflare-st-dir

Options: -c, --config-dir
-s, --cloudflare-st-dir
-h, --help Print help -V, --version Print version ```

Configuration

Take a look at config.template.en.yaml for configuration file with English comment.