Skip to content

Instantly share code, notes, and snippets.

View NetZzo's full-sized avatar

netzzo NetZzo

View GitHub Profile
@NetZzo
NetZzo / Readme.md
Last active October 3, 2019 19:27 — forked from lifehome/README.md
Cloudflare API v4 Dynamic DNS Update in Bash

Deploy

sudo cp cfupdater /usr/local/bin/
chown root cfupdater
chmod 775 /usr/local/bin/cfupdater

sudo cp cfupdate.service /etc/systemd/system/
sudo cp cfupdate.timer /etc/systemd/system/

sudo systemctl enable cfupdate.timer