Skip to content

These scripts are used to update the Dynamic DNS (DDNS) service based on Cloudflare.

License

Notifications You must be signed in to change notification settings

lpwoodhouse/cloudflare_ddns_updater

Repository files navigation

Cloudflare DDNS Update Scripts

Cloudflare GitHub last commit GitHub repo file count GitHub top language GitHub

Purpose

These scripts are used to update the Dynamic DNS (DDNS) service base on Cloudflare.

Installation

git clone https://github.com/lpwoodhouse/cloudflare_ddns_updater.git

Usage

Should be used in conjuction with crontab or similar scheduled task solution to execute 01_cloudflare_dns_update.sh at the desired frequency. All other scripts will be processed in turn and new scripts for additional sub-domains can be created using an existing script as a template.

# this crontab example executes script every 15 minutes
*/15 * * * * /bin/bash <path/to/01_cloudflare_dns_update.sh>

Reference

These scripts were developed with reference to the script K0p1-Git/cloudflare-ddns-updater.

About

These scripts are used to update the Dynamic DNS (DDNS) service based on Cloudflare.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages