2019-09-17 23:51:33 +00:00
|
|
|
# CloudFlare DDNS update tool
|
|
|
|
|
2019-09-18 00:23:07 +00:00
|
|
|
![](https://github.com/zbrox/cloudflare-ddns/workflows/Build/badge.svg)
|
|
|
|
|
2019-09-17 23:51:33 +00:00
|
|
|
This is a simple CLI you can use to continuously update an A DNS record for a domain using CloudFlare's free DDNS service.
|
|
|
|
|
2019-09-18 08:15:11 +00:00
|
|
|
## 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)
|
|
|
|
```
|