A zero-dependency Go client to automatically update DNS entries on Cloudflare based on the current public IP address of your machine. Useful for self-hosted services behind a dynamic IP.
Features
- Zero external dependencies (only Go standard library)
- Docker support with
docker-compose.yaml - Configurable via a simple config file
- Lightweight and fast
Usage
docker compose up -d
Technologies: Go, Docker