Skip to content

Simple Dynamic DNS (DDNS) python script to update your Public IP with the Cloudflare API

License

Notifications You must be signed in to change notification settings

Mitchell-jpg/cloudflare_ddns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Usage

Clone repository or copy/paste the python script

git clone https://github.com/Mitchell-jpg/cloudflare_ddns.git

Allow the script to execute

sudo chmod +x cloudflare_ddns.py

This script is used with crontab. Specify the frequency of execution through crontab.

# ┌───────────── minute (0 - 59)
# │ ┌───────────── hour (0 - 23)
# │ │ ┌───────────── day of the month (1 - 31)
# │ │ │ ┌───────────── month (1 - 12)
# │ │ │ │ ┌───────────── day of the week (0 - 6) (Sunday to Saturday 7 is also Sunday on some systems)
# │ │ │ │ │ ┌───────────── command to issue                               
# │ │ │ │ │ │
# │ │ │ │ │ │
# * * * * * /usr/bin/python /path/to/my_script.py

About

Simple Dynamic DNS (DDNS) python script to update your Public IP with the Cloudflare API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages