Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pyldin601/cloudflare-dns-updater
- Owner: pyldin601
- License: mit
- Created: 2024-10-16T15:06:44.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-02T05:17:41.000Z (about 2 months ago)
- Last Synced: 2024-12-08T22:00:11.443Z (about 2 months ago)
- Language: JavaScript
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 --versionOptions:
-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
```