Skip to content

A short cURL based PHP script with an easy API to change CloudFlare Records to use it as DDNS service.

License

Notifications You must be signed in to change notification settings

reneherbrich/CloudFlare-Dynamic-DNS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

CloudFlare-Dynamic-DNS

A short cURL based PHP script with an easy API to change CloudFlare Records to use it as DDNS service.

API:

example.com/cf-ddns.php?domain=DOMAIN&token=CLOUDFLARE-TOKEN&ip=IP ADRESS

  • IPv4 or IPv6 (prefers IPv4, no DualStack)
  • This type of API is supported by most routers etc.
  • Subdomain (e.g. home.chicken.com) or normal domain? If you want to use a normal Domain (e.g. chicken.com) edit the variable in the php file:
$use_subdomain = true;

to

$use_subdomain = false;

About

A short cURL based PHP script with an easy API to change CloudFlare Records to use it as DDNS service.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%