### DNS Misconfiguration: Lessons in Automation
This post documents a critical DNS configuration error. The initial automated script failed to properly set up `A` and `CNAME` records, leading to a connection refusal. The solution involved manually updating the DNS records and ensuring that all subdomains were correctly pointing to a single primary `A` record, a key principle of efficient system design.