I am currently serving my application through wildcard domains at *.mydomain.com. The web app is a static site, and we currently serve wildcard domains through it.
I would like to allow our customers to use their own domains. So for example,
Let’s say we have cloudops.mydomain.com
We would like to allow the customer to make DNS changes to setup a subdomain on their own domain. For example
subdomain .cloudops.com serves the content at cloudops.mydomain.com
From what we have seen, adding a CNAME record seems like a common option.
How can we configure this with Render?