https://github.com/splurf/cfautors
Automatic Cloudflare DNS Updater
https://github.com/splurf/cfautors
cloudflare-dns rust
Last synced: over 1 year ago
JSON representation
Automatic Cloudflare DNS Updater
- Host: GitHub
- URL: https://github.com/splurf/cfautors
- Owner: splurf
- Created: 2023-09-20T19:11:48.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-29T13:16:14.000Z (almost 2 years ago)
- Last Synced: 2025-01-25T08:25:28.478Z (over 1 year ago)
- Topics: cloudflare-dns, rust
- Language: Rust
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 [OPTIONS] --email --api-token --zone-id --id
Options:
-e, --email
-a, --api-token
-z, --zone-id
-i, --id
-d, --delay [default: 5min]
-h, --help Print help
-V, --version Print version
```
## Todo
+ Allow more than one record at a time.