Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pyldin601/cloudflare-dns-updater

A tool that checks the current public IP address and updates Cloudflare A records.
https://github.com/pyldin601/cloudflare-dns-updater

Last synced: about 1 month ago
JSON representation

A tool that checks the current public IP address and updates Cloudflare A records.

Awesome Lists containing this project

README

        

# cloudflare-dns-updater
A tool that checks the current public IP address and updates Cloudflare A records.

```
Cloudflare A Record Updater.

Usage:
cloudflare-dns-updater -t -r : [-r :...]
cloudflare-dns-updater (-h | --help)
cloudflare-dns-updater --version

Options:
-h --help Show this help message.
--version Show the tool's version.
-t Cloudflare API token for authentication.
-r : Specify the Cloudflare zone and A record to update (can be used multiple times).
```

## Examples

Update `@` and `*` records:

```
cloudflare-dns-updater -t -r example.com:example.com -r example.com:*.example.com
```