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.07k stars 213 forks source link

Add multiple subdomains without using CNAME? #84

Closed QuanDev2 closed 2 years ago

QuanDev2 commented 2 years ago

Hi, I saw a similar issue and you suggested using CNAME, which is a good option. But it doesn't apply to my case. In my situation, I have CNAME point to AWS because I host my main website there.

But I also host some services like Plex, Portainer, qBittorrent, etc. at home, so I want to update all those subdomain destination IP addresses without pointing them to CNAME. In effect, I'd like to point all subdomains to my home IP address, but keep the root domain point to AWS because that's where I host my website.

Please give me some advice.

Thanks a lot.