Hi
- I have
mydomain.com
domain hosted on Cloudflare Pro plan - There is a subdomain
sub.mydomain.com
that is aCNAME
to AWS CloudFront
Above works properly!
Now I’d like to:
- Configure externally hosted (DNS that I can’t change) domain
sub.externaldomain.com
withCNAME
tosub.mydomain.com
- Configure externally hosted (DNS that I can’t change) domain
sub2.otherdomain.com
withCNAME
tosub.mydomain.com
… repeat the above for the few more domains.
The question is what is the best way to achieve this? I’ve looked at partial CNAME
setup but I’m not sure whether it is a way to go. From what I understand I’ll either have to:
- Switch
mydomain.com
to Business plan, convert it toCNAME
DNS and I’ll be able to just add multiple CNAMES to it?
or
- For each external subdomain I’d have to add it to Cloudflare (eg. add
sub2.otherdomain.com
- not sure if I can add subdomains at all?) and then purchase Business plan for this subdomain and convert toCNAME
DNS?