asasine / cf-ddns

Dynamic DNS on Cloudflare
MIT License
0 stars 0 forks source link

Cloudflare Dynamic DNS

This project maintains a Dynamic DNS (DDNS) service using Cloudflare.

It works by creating a free Cloudflare Worker that replies to HTTP requests with the client's IP address. The client calls this worker and then uses a Cloudflare API token to update the DNS records of a domain with IP address in the response from the worker.