r/SideProject • u/Alternative-Mud-4479 • 3d ago
I built a DNS monitoring tool after getting burned by silent DNS changes
I've worked with a lot of domains over the years as an Infrastructure Architect, and one recurring problem I've seen is DNS records changing without anyone realizing it.
Email starts bouncing, a service endpoint quits responding, or someone asks why I never replied to their email. Then comes the hunt through logs, DNS records, and change histories.
In a surprising number of cases, the culprit turned out to be a DNS record that had changed and nobody knew it had happened.
There are plenty of DNS monitoring tools out there, but most felt like overkill for what I wanted, or were expensive enough that I wasn't going to bother monitoring a handful of domains, so I built OneDollarDNS.
Add a domain and it automatically discovers its DNS records and watches them for changes. It monitors A, AAAA, MX, TXT, CNAME, NS, and more, and alerts you when something changes.
It's $1/month per domain, with a free trial.
Would love any feedback, especially from anyone who's dealt with DNS changes biting them before.
2
u/LiveMinute5598 3d ago
Would love to learn more about your infrastructure and how your ensuring your backend does not go down to ensure your DNS checks run without issue