Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

AdamBethke/cloudflare-ddns

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloudflare DDNS

Manage a dynamic DNS entry using Cloudflare's API, with optional metrics.

Requires three inputs:

  • API_TOKEN: a Cloudflake API token with permission to create, list, and update DNS records in the zone where you're placing the dynamic DNS entry
  • NAME: hostname for dynamic DNS entry
  • ZONE_ID: the Cloudflare DNS zone where the dynamic DNS entry will be written

Example invocation:

podman run \
    --detach \
    --restart always \
    --name ddns \
    --publish 9100:9100 \
    --env API_TOKEN={...} \
    --env ZONE_ID={...} \
    --env NAME={...} \
    cloudflare-ddns:latest

About

Dynamic DNS resolution with the Cloudflare API

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.