Workers routes wildcard subdomain affects other subdomains
Typically with dns the most specific entry resolves first. ie www.example.com resolves before .example.com but this doesn't seem to be how workers routes works.
I want a a specific route like `.example.com/*` to point to a specific worker but I want my existing dns records to resolve correctly. How can this be achieved?
0 Replies