Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomdewildt/cloudflare-ddns-worker
A cloudflare worker that exposes an endpoint to dynamically update dns records
https://github.com/tomdewildt/cloudflare-ddns-worker
cloudflare cloudflare-workers ddns dns node typescript
Last synced: 9 days ago
JSON representation
A cloudflare worker that exposes an endpoint to dynamically update dns records
- Host: GitHub
- URL: https://github.com/tomdewildt/cloudflare-ddns-worker
- Owner: tomdewildt
- License: mit
- Created: 2024-08-06T20:57:32.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-06T21:21:48.000Z (5 months ago)
- Last Synced: 2024-11-07T08:17:01.836Z (about 2 months ago)
- Topics: cloudflare, cloudflare-workers, ddns, dns, node, typescript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Cloudflare DDNS Worker
[![License](https://img.shields.io/github/license/tomdewildt/cloudflare-ddns-worker)](https://github.com/tomdewildt/cloudflare-ddns-worker/blob/master/LICENSE)A cloudflare worker that exposes an endpoint to dynamically update dns records.
# How To Run
Prerequisites:
* [TODO] version ```[TODO]``` or later### Development
1. [TODO]
### Production
1. [TODO]
# References
[Cloudflare Worker Docs](https://developers.cloudflare.com/workers/)