/cloudflare-ddns-docker

A Cloudflare Dynamic DNS Updater Docker Image

Primary LanguageShell

Cloudflare Dynamic DNS Updater Docker Image

The Dynamic DNS Updater Docker image is an encapsulated environment designed to autonomously keep a Cloudflare DNS record updated with the host's current public IP address. Crafted with portability and ease-of-use in mind, it's perfect for environments with fluctuating IP addresses.

How to Get Started:

Clone the project

git clone https://github.com/smilexth/cloudflare-ddns-docker

Configuration setting up settings.json: Before running the container with neccesary parameters

{
"credentials": {
    "zoneid":"xxxxxx",
    "recordid":"xxxxxx",
    "token":"xxxxxxx"
    },
"data": {
    "type":"A",
    "name":"cloud",
    "content":"10.100.10.100",
    "ttl":120,
    "proxied":false
    },
"settings": {
    "debug": false,      
    "interval": 10         
    }
}
Parameter Parent Description Example Value
zoneid credentials Zone ID "xxxxxx"
recordid credentials Record ID "xxxxxx"
token credentials Token for authentication "xxxxxxx"
type data DNS record type "A"
name data Name of the DNS record "cloud"
content data IP address or value of the record Leaving for Update
ttl data Time-to-live in seconds 120
proxied data Whether the DNS query should be proxied or not false
debug settings Verbose mode (true/false) false
interval settings Update interval in seconds 10

Start with Default Docker Style

sudo docker run -d --name="cloudflare-ddns" --restart=always -v ./settings.json:/app/settings.json smilexth/cloudflare-ddns:latest

Pack all things and keep it run with docker-compose

sudo docker-compose up -d

BIY (Build It Yourself)

docker build -t cloudflare-ddns:<your-desire-tag>

Bulk Build with Argument

./build <existing-tag> <new-tag>

Automation Training

Community

We helps our customers to create life easier across the border of entire technology stack with household and business solutions. We modernize life with Information Technology, Optimize and collect data to make everything possible, secure & trusty

RACKSYNC COMPANY LIMITED
Suratthani, Thailand 84100
Email : devops@racksync.com
Tel : +66 85 880 8885

Home Automation Thailand Discord Github WebsiteStatus