Skip to content

mrwhizzy/cloudflare-ddns-update

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

cloudflare-ddns-update.sh

Cloudflare API v4 Dynamic DNS Update in Bash --> Working 20/08/2020

Based on benkulbertis/cloudflare-update-record.sh

auth_email="your-email@example.com"                # The email used to login 'https://dash.cloudflare.com'
auth_key="0000000000000000000000000000000000000"   # Top right corner, "My profile" > "Global API Key"
zone_identifier="00000000000000000000000000000000" # Can be found in the "Overview" tab of your domain
sleep_seconds=300                                  # Run every 5 minutes

About

Cloudflare API v4 Dynamic DNS Update in Bash

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages