Hacker News new | ask | show | jobs
by bombcar 1398 days ago
Sounds like cloudflare could add an atomic cname -> a record feature.
2 comments

Cloudflare should support RFC 2136 which includes atomic updates and is the standard for DNS updates.
Honestly, I think this solution worked better than any dedicated feature could have, since it used the exact same existing codepaths that Cloudflare already had for CNAME flattening. Using CNAME records for self-documentation seems like a better practice anyway. Spending the time building a complicated new feature for such a rare case seems like a bad idea.