Redirect domain to worker is not working
I want to redirect my domain to special stub what I made in worker https://underconstruction.burgas275.workers.dev/
I have tuned DNS, wait half of day and receive nothing, my domain https://www.vb-net.com/ still not redirected to my Cloudflare worker
What going wrong?
3 Replies
Don't use workers.dev or pages.dev in production, use custom domains -> https://developers.cloudflare.com/workers/configuration/routing/custom-domains/
Cloudflare Docs
Custom Domains | Cloudflare Workers docs
Custom Domains allow you to connect your Worker to a domain or subdomain, without having to make changes to your DNS settings or perform any certificate management. After you set up a Custom Domain for your Worker, Cloudflare will create DNS records and issue necessary certificates on your behalf. The created DNS records will point directly to y...
(or routes, the next item in the sidebar)
thanks, @fry69 , Its working !