The API creates the custom hostname which will make it routable to your cloudflare zone and generate
The API creates the custom hostname which will make it routable to your cloudflare zone and generate SSL certs.
Routing the custom hostnames to a worker is a different step and depends on how you want to do it.
If you want all custom hostnames to go to a single worker you would do the following:
In your zone go to workers routes and create 3 routes:
See image for example setup of workers routes:
Routing the custom hostnames to a worker is a different step and depends on how you want to do it.
If you want all custom hostnames to go to a single worker you would do the following:
In your zone go to workers routes and create 3 routes:
yourdomain.com/* -> None*.yourdomain.com/* -> None*/* -> The Worker To Route Custom HostnamesSee image for example setup of workers routes:




