The zero DNS configuration demo GitHub just published is being read as "AI does your DNS for you." I read it differently. What GitHub actually showed is that fiddly, half-remembered ops steps — A records, CNAME entries, TTLs — can now be described in plain English and executed by a tool. That's a bigger shift than one custom domain going live.

The source is GitHub's own post, How GitHub Copilot enables zero DNS configuration for GitHub Pages. I'm commenting on it, not reprinting it, and I'll flag where the shine wears off for a Sri Lankan reader.

GitHub ran a clean-room test: empty repo to a live custom domain with HTTPS in about 14 minutes, without editing a single DNS record by hand. The clock they cite is precise — domain bought at 11:21:27 a.m. ET, site live around 11:35 a.m. ET. That window includes API setup, skill install, DNS writes, propagation, and verification.

The mechanism is the part worth copying:

GitHub Copilot CLI as the driver.