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.