A daemon to use Cloudflare as a DDNS provider
Go to file
2019-09-18 10:15:11 +02:00
.github/workflows refactor: Simplify getting version in GH action 2019-09-18 02:18:12 +02:00
src docs: Update README with CLI arguments 2019-09-18 10:15:11 +02:00
.gitignore chore: Add gitignore 2019-09-17 13:41:07 +02:00
Cargo.lock chore: Bump up version number to 0.1.1 2019-09-18 01:52:14 +02:00
Cargo.toml chore: Bump up version number to 0.1.1 2019-09-18 01:52:14 +02:00
LICENSE chore: Add LICENSE file 2019-09-17 13:47:23 +02:00
README.md docs: Update README with CLI arguments 2019-09-18 10:15:11 +02:00

CloudFlare DDNS update tool

This is a simple CLI you can use to continuously update an A DNS record for a domain using CloudFlare's free DDNS service.

Options

    -k, --key <auth-key>     The auth key you need to generate in your Cloudflare profile
    -c, --cache <cache>      Cache file for previously reported IP address (if skipped the IP will be reported on every execution)
    -d, --domain <domain>    The domain for which you want to report the current IP address
    -e, --email <email>      Your Cloudflare login email
    -z, --zone <zone>        The zone in which your domain is (usually that is your base domain name)