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 subdomains #26

Closed MrSejlund closed 4 years ago

MrSejlund commented 4 years ago

Love the application! But how do i use it for multiple subdomains?

Comma separated doesn't seem to work :-)

oznu commented 4 years ago

Hi @MrSejlund,

You can setup CNAMEs in the CloudFlare control panel.

another.example.com CNAME ddns.example.com
oznu commented 4 years ago

https://www.cloudflare.com/learning/dns/dns-records/dns-cname-record/

MrSejlund commented 4 years ago

Just saw the closed issue with a similar title. Thanks :-)