Rakhim
CDCloudflare Developers
•Created by Rakhim on 10/22/2024 in #workers-help
Wildcard DNS + Worker + R2 custom domain
Found the answer here https://community.cloudflare.com/t/specify-a-route-bypassing-workers-documentation-says-it-s-doable/534230
4 replies
CDCloudflare Developers
•Created by Rakhim on 10/22/2024 in #workers-help
Wildcard DNS + Worker + R2 custom domain
The routing documentation says
>A route can be specified without being associated with a Worker. This will act to negate any less specific patterns.
But how to enable this? I.e. how to create a route that is not attached to a worker?
4 replies
CDCloudflare Developers
•Created by Rakhim on 10/22/2024 in #workers-help
Wildcard DNS + Worker + R2 custom domain
Trace shows this ↑
4 replies
CDCloudflare Developers
•Created by Rakhim on 9/13/2024 in #workers-help
Wildcard DNS with workers on a custom domain
Huh, sorry! Deployed works fine! Thanks!
7 replies
CDCloudflare Developers
•Created by Rakhim on 9/13/2024 in #workers-help
Wildcard DNS with workers on a custom domain
my
wrangler.toml
has route = { pattern = "*minifeed.local/*", zone_name = "minifeed.local" }
7 replies
CDCloudflare Developers
•Created by Rakhim on 9/13/2024 in #workers-help
Wildcard DNS with workers on a custom domain
7 replies
CDCloudflare Developers
•Created by Rakhim on 9/13/2024 in #workers-help
Wildcard DNS with workers on a custom domain
(I also found info that custom domains don't support wildcard DNS, but I don't understand what it means... I have a custom domain and requests are routed to the worker. Is this "host" obfuscation precisely what that "no support" means?)
7 replies