denoland / deploy_feedback

For reporting issues with Deno Deploy
https://deno.com/deploy
74 stars 5 forks source link

Support `CNAME` for custom domains #111

Open SiddharthShyniben opened 2 years ago

SiddharthShyniben commented 2 years ago

It would be helpful if CNAME was also supported along with A, AAAA, and TXT

bnoordhuis commented 2 years ago

Can you go into more detail? Where would you set up a CNAME record and what do you expect of Deploy?

SiddharthShyniben commented 2 years ago

In the way vercel does it. You put a CNAME record on the domain provider, and then point it to something like cname.deno.com.

That's all I can say, I'm not an expert on these things

bnoordhuis commented 2 years ago

Right, that makes sense. I'll discuss internally, thanks.