Skip to content

Docker image to keep your A and AAAA records in cloudflare up to date. Just supply your Global API Key and the hosts you want to keep track of. Supports multiple zones.

License

Notifications You must be signed in to change notification settings

MexHigh/Docker-Cloudflare-Updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Important: This repo was deprecated in favor of https://git.leon.wtf/leon/new-cfupdater !!!

Usage

Configuration via config.env

Fill in the CF_EMAIL (Cloudflare account E-Mail) and CF_TOKEN (Cloudflare Global API Key) fields.

Fill ZONES_TO_UPDATE and HOSTS_TO_UPDATE with comma seperated Cloudflare Zones and Hosts you want to have updated. (examples are given in config.env)

Set WITH_IPV6 to 1 if you wish to update AAAA-Records as well.

Run

Execute docker run -d --name cfupdater --restart always --network host --env-file ./config.env registry.git.leon.wtf/leon/cfupdater:latest in the same directory as config.env.

To view logs, execute docker logs -f cfupdater.

About

Docker image to keep your A and AAAA records in cloudflare up to date. Just supply your Global API Key and the hosts you want to keep track of. Supports multiple zones.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published