Jacob2161

Jacob2161 / addled

Public

An authoritative DNS lookup tool and Go library

15
0
100% credibility
Found Feb 08, 2026 at 11 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
Go
AI Summary

Addled is a tool that checks if all official internet servers for a domain agree on specific details like addresses or text records.

How It Works

1
🌐 Waiting for website update

You've changed your website's internet address and need to confirm it's updated everywhere across the web.

2
🔍 Find the checker tool

You discover Addled, a straightforward helper that directly asks the official servers if they all show the same info.

3
📥 Get it on your computer

You quickly download and set up the checker so it's ready to use anytime.

4
Tell it what to check

You provide your website name, the kind of detail like an address, and exactly what values it should match.

5
Run the check

With one simple go, it reaches out to every responsible server worldwide to verify the details.

6
📋 See the results

It stays quiet if everything matches perfectly, or clearly lists any mismatches so you know what's up.

🎉 All set!

You confidently know your website update is fully live, or exactly when to check again.

Sign up to see the full architecture

5 more

Sign Up Free

Star Growth

See how this repo grew from 11 to 15 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is addled?

Addled is a Go CLI tool and library for authoritative DNS checks, clearing the addled mind confusion over DNS propagation. Feed it a domain like one.one.one.one, a record type (A, AAAA, CNAME, TXT, MX), and expected values; it discovers the authoritative nameservers, resolves their IPs, queries each directly over UDP/TCP, and confirms they all match exactly—or fails with details on mismatches. Exits 0 on success for easy scripting, like polling until your authoritative DNS records update post-deploy.

Why is it gaining traction?

Unlike generic dig wrappers or web tools, addled strictly verifies every authoritative DNS server response against your exact expectations, handling multi-value records with set matching (order/case insensitive). Its 5s default timeout, verbose mode, and custom resolver option make it script-friendly for CI/CD waits, while the Go library lets you embed authoritative DNS lookups in apps. Developers grab it for reliable, no-fluff authoritative DNS server lookup without chasing skittish anycast IPs.

Who should use this?

DevOps engineers scripting DNS propagation in pipelines, like confirming authoritative DNS Cloudflare zones after updates. Sysadmins verifying authoritative DNS records for MX or TXT in outages. Go backend devs needing programmatic authoritative DNS zone checks in monitoring tools.

Verdict

Grab addled if you need quick authoritative DNS checks in Go scripts—solid docs, tests, and CLI make it usable now despite 12 stars and 1.0% credibility signaling early maturity. Skip for production unless you fork and harden it.

(178 words)

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.