I am currently using Cloudflare Workers on the Free plan.
I have a Worker deployed at updates-r2-proxy.prannay.workers.dev, and I would like to attach my subdomain to it via Custom Domains for Workers, without moving my nameservers to Cloudflare.
I understand that Custom Domains for Workers requires activation.
Can a support agent please assist in enabling this feature for my account?
Thank you very much!
The Custom Domain feature is available on all plans, and no special “activation” is required. The requirement in the above link for an “Active zone” refers to the domain itself – ie adding your domain to Cloudflare, and switching to the provided nameservers to activate it.
This is the easiest way to use custom domains, but if you don’t want to change nameservers, there’s also Partial (CNAME) setup, but this requires a Business or Enterprise account.
Another option is to deploy the worker to a different domain on the free plan, and use Cloudflare for SaaS to set up the worker as an origin for any custom hostname you wish to provide that worker to (the real custom domain you intend to use).