An open API service indexing awesome lists of open source software.

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

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.