A docker-wrapped rust program to turn a cloudflare free account into a dynamic DNS.
- cloudflare account
- domain registered under the cloudflare dns for your zone
- docker
- docker-compose
Untested on Windows.
Follow these steps for an easy setup:
- run
make .env, fill it out with the correct data.- to obtain your token, create and collect an API token on your Cloudflare dashboard.
- run
make build - run
make run