Simple yet versatile IPv6 and IPv4 Cloudflare Dynamic DNS updater for Linux
Depends on curl and bash
Alpine Linux
apk add curl bash
Debian based Distros
apt install curl bash
Everyone else knows how to use their specific package manager :)
curl bash
- Download/Clone the repository and open the directory in Terminal.
git clone https://github.com/TKtheDEV/EZDDNS && cd EZDDNS
- Edit ezddns.conf to suit your usecase
vi ezddns.conf
- Make EZDDNS executable
chmod +x ezddns.sh
- Run ezddns
./ezddns.sh
Feel free to code it and send a PR