This is a bash script to act as a Cloudflare DDNS client, useful replacement for ddclient.
- Put the
ddns.shfiles to/root/ chmod +x /root/ddns.sh- Now you need to execute your script somehow: 4.1) Add script to CRONTAB job, to execute it every 1 hour.
- At the end of file
/etc/crontabadd line:* */1 * * * root bash /root/ssh.sh4.2) Or use/etc/rc.localfile, who will execute script on startup