diff --git a/README.md b/README.md index cf2a877..a0ca87c 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,22 @@ -# cfautors -Automatically updates the path of a [Cloudflare](https://www.cloudflare.com/) DNS record. - -## Description -This is a simple workaround for those that don't have an assigned static public IP address. This tool will periodically compare the device's public IP address with the specified DNS record and update the record accordingly using the Cloudflare developer's [API](https://developers.cloudflare.com/api/). - -## Usage -``` -Usage: cfautors.exe --email --api-token --zone-id --id - -Options: - -e, --email - -a, --api-token - -z, --zone-id - -i, --id - -h, --help Print help - -V, --version Print version -``` - -## Todo -+ I'm lazy and have only spent a few hours on this so I'd still like to, at some point, add a `delay` argument which would change the time interval between every comparison. +# cfautors +Automatically updates the path of a [Cloudflare](https://www.cloudflare.com/) DNS record. + +## Description +This is a simple workaround for those that don't have an assigned static public IP address. This tool will periodically compare the device's public IP address with the specified DNS record and update the record accordingly using the Cloudflare developer's [API](https://developers.cloudflare.com/api/). + +## Usage +``` +Usage: cfautors.exe --email --api-token --zone-id --id + +Options: + -e, --email + -a, --api-token + -z, --zone-id + -i, --id + -h, --help Print help + -V, --version Print version +``` + +## Todo ++ I'm lazy and have only spent a few hours on this so I'd still like to, at some point, add a `delay` argument which would change the time interval between every comparison. + Allow more than one record at a time. \ No newline at end of file