I have multi-tenant app.
myproject.com
.
It is using Cloudflare DNS provider to protect from DDOS attack.
Customers will get subdomain like
customer1.myproject.com, customer2.myproject.com
And they will be able to connect their own domain by chaning its CNAME or A record.
customer1.com CNAME => customer1.myproject.com
customer2.com CNAME => customer2.myproject.com
In this case, will Cloudflare protect
customer1.com
and customer2.com
as well as myproject.com
?
If not, what is the best solution for this?
Any suggestion would be highly appreciated.