Skip to content

Files

Latest commit

author
alin1337
Jun 20, 2015
2be007b · Jun 20, 2015

History

History
14 lines (8 loc) · 355 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 355 Bytes

cloudflare-ddns

Cloudflare DYNDNS update script

It runs perfect on linux/mac/windows.

Tested on MAC OSX 10.10 and CentOS 7.

I use it along with crontab to run every 5 minutes.

Do a crontab -e and insert the following line of code (also replace path!!):

*/5 * * * * python /path-to/cloudflare-ddns.py

Ctrl+wq and enter , and it's done!