Tag: dns

Cloudflare DNS backup action

Here's a quick Github Action a prompt blurted to periodically backup a Cloudflare DNS settings for all my domains and commit them into the repository. Zero maintenance required once set up: ``yaml name: Cloudflare DNS Backup on: workflow_dispatch: schedule: cron: "40 0 0" j...