More than 100 custom domains
Hey everyone, I need to redirect over 100 custom domains to a single Cloudflare Worker. Each customer has a unique domain, but the logic remains the same, so I don’t want to manage multiple Workers.
Is there a way to increase the current domain limit?
Could another Cloudflare tool, like a load balancer, help route these domains to the same Worker?
Are there any other possible workarounds?
2 Replies
You should be using SSL for SaaS - https://developers.cloudflare.com/cloudflare-for-platforms/cloudflare-for-saas/
Thanks!