8000 GitHub - wynsto/cloudflare-ddns: A tiny python script that updates a cloudflare dns record with your current ip.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wynsto/cloudflare-ddns

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cloudflare DDNS python script

A tiny python script that updates a cloudflare dns record with your current ip.

Useful for raspberry pi projects for example.

In the current setup, it is expected that you clone this repo to any directory ${DIRECTORY}. For example '/home/user/dev'

You need to put an .env file into ${DIRECTORY}/cloudflare-ddns (for example /home/user/dev/cloudflare-ddns) that looks like .env-example.

Run make to install dependecies.

You can then register a cronjob executing ${DIRECTORY}/cloudflare-ddns/ddns.sh (for example /home/user/dev/cloudflare-ddns/ddns.sh) in an interval of choice.

About

A tiny python script that updates a cloudflare dns record with your current ip.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 85.2%
  • Makefile 9.2%
  • Shell 5.6%
0