From c3e9d80ac58b96eb611a6d0e9e2cf81e6ced7e0d Mon Sep 17 00:00:00 2001 From: splurf Date: Wed, 27 Dec 2023 02:44:25 -0500 Subject: [PATCH] updated --- README.md | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) 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