-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <EMAIL> --api-token <API_TOKEN> --zone-id <ZONE_ID> --id <ID> | ||
Options: | ||
-e, --email <EMAIL> | ||
-a, --api-token <API_TOKEN> | ||
-z, --zone-id <ZONE_ID> | ||
-i, --id <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 <EMAIL> --api-token <API_TOKEN> --zone-id <ZONE_ID> --id <ID> | ||
Options: | ||
-e, --email <EMAIL> | ||
-a, --api-token <API_TOKEN> | ||
-z, --zone-id <ZONE_ID> | ||
-i, --id <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. |