Yet another DDNS client for Cloudflare written in Rust.
cfddns -c <config.yml> <domain-list.txt>
cat << EOD > domains
example.com
mail.example.com
example.org
EOD
cat <<EOD > cfddns.yml
token: "<CloudFlare API token>"
interval: 900 # in seconds (optional)
endpoint: "https://api.ipify.org" # external ip provider (optional)
EOD
cfddns -c cfddns.yml domainsInstall cfddns from AUR.
yay -S cfddnsvim /etc/cfddns/cfddns.yml # replace `token` value with yours
vim /etc/cfddns/domains
systemctl enable --now cfddnscargo install cfddns
git clone https://github.com/uetchy/cfddns.git && cd cfddns
cargo build --release
cp target/release/cfddns /usr/local/bin- Report a bug
 - Create and maintain 
cfddnspackage for your favorite Linux distribution