Yet another DDNS client for Cloudflare written in Rust.
cfddns -c <config.yml> <domain-list.txt>
```bash cat << EOD > domains example.com mail.example.com example.org EOD
cat <
cfddns -c cfddns.yml domains ```
Install cfddns
from AUR.
bash
yay -S cfddns
``bash
vim /etc/cfddns/cfddns.yml # replace
token` value with yours
vim /etc/cfddns/domains
systemctl enable --now cfddns ```
cargo install cfddns
bash
git clone https://github.com/uetchy/cfddns.git && cd cfddns
cargo build --release
cp target/release/cfddns /usr/local/bin
cfddns
package for your favorite Linux distribution