Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lemorian/cloudflare_ddns_golang

A simple golang script to update DNS record in Cloudflare dns when the server ip address changes
https://github.com/lemorian/cloudflare_ddns_golang

cloudflare-api ddns ddns-client ddns-script dns dns-record golang golang-application golang-examples

Last synced: about 1 month ago
JSON representation

A simple golang script to update DNS record in Cloudflare dns when the server ip address changes

Awesome Lists containing this project

README

        

The code is set to run every 5 mins, check if the ip has changed, if so, it will update the DNS record in Cloudflare server.

Input the following details in config.json

{
"authEmail": "",
"authKey": "",
"zoneIdentifier": "",
"recordName": "",
"proxy": true
}

You can find more details on generating AuthKey here.
https://api.cloudflare.com/#getting-started-endpoints