DNS missing for custom_domain = true worker
Hello there, I'm successfully deploying a worker with
custom_domain = true
, but the worker isn't responding on the domain because there are no A or AAAA records in my DNS for that zone... I thought the custom domain deploy would automatically create them, but I guess not. Can you tell me what DNS records I would need to add to get the worker to respond on my zone?2 Replies
All you need is a AAAA record with content of
100::
. When you ran deploy on your worker, did it not show any output saying it was making routes?it said
Deployed ******** triggers
and *********** (custom domain)
, but didn't create any routes.
anyway, adding that AAAA did the trick, thanks @Cyb3r-Jok3!