Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
splurf committed Dec 27, 2023
1 parent 3d3f963 commit c3e9d80
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions README.md
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.

0 comments on commit c3e9d80

Please sign in to comment.