Skip to content

Cloudflare DNS Update Client written in Go

License

Notifications You must be signed in to change notification settings

Rubiss/cloudflare-duc-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cloudflare-duc-go

Description

This is a simple Dynamic DNS Update Client (DUC) for Cloudflare written in Go.

Usage

Edit the docker-compose.yml file and set the environment variables for the Cloudflare API key, zone name, and record name to keep up to date.

Then run the following command to start the container:

docker compose up -d

Quick Setup

docker run -d \
  --name cloudflare-duc \
  --restart unless-stopped \
  -e CF_API_TOKEN=<YOUR_API_TOKEN> \
  -e CF_ZONE_NAME=<YOUR_ZONE_NAME> \
  -e CF_RECORD_NAME=<YOUR_RECORD_NAME> \
  -e UPDATE_INTERVAL=${UPDATE_INTERVAL:-5} \
  morl0ck/cloudflare-duc-go

About

Cloudflare DNS Update Client written in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 85.2%
  • Dockerfile 14.8%