Skip to content

Instantly share code, notes, and snippets.

@bigheadsmith
bigheadsmith / Cloudflare DNS Updater
Last active January 9, 2023 00:13 — forked from badrianiulian/README.md
Cloudflare DNS Updater. Multi-zone, multi-record. IPv4 & IPv6 compatible. Bash replacement for ddclient using Cloudflare API4
# Cloudflare DDNS bash client with systemd
This is a bash script to act as a Cloudflare DDNS client, useful replacement for ddclient.
# Requirements
- curl
- jq
# How to use?
1) Move `cfupdater.sh` to `/usr/local/bin/cfupdater`.
```