oznu / docker-cloudflare-ddns

A small amd64/ARM/ARM64 Docker image that allows you to use CloudFlare as a DDNS / DynDNS Provider.
https://hub.docker.com/r/oznu/cloudflare-ddns/
GNU General Public License v3.0
1.08k stars 219 forks source link

Multiple zones? #29

Closed cbrooker closed 4 years ago

cbrooker commented 4 years ago

Hi,

Is it possible to update multiple zones (Domains) with a single cloudflare-ddns instance? At the moment I'm running multiple containers, 1 for each domain, which feels like a lot of overhead.

Is this something that could be added?

oznu commented 4 years ago

Could you use CNAMEs?

cbrooker commented 4 years ago

I guess, I could. Something about it feels a little dirty/hacky. But it's best solution at the moment.

Thanks.