July 5, 2026

World map, tiny app, huge comment war

DNSGlobe – Rust TUI to watch DNS propagate around the world

A globe-spinning internet checker lands in Terminal—and commenters instantly start fighting

TLDR: DNSGlobe is a new terminal app that lets people watch website address changes appear across servers worldwide on a live map. Commenters immediately turned it into a fight over whether that process is even being described correctly, with others defending it as a fun, useful tool anyway.

A new tool called DNSGlobe wants to turn a usually boring internet chore into a mini command-center spectacle. It lets people watch website address changes show up across public servers around the world, right inside a text-only app, complete with a world map, colored dots, and a watch mode that keeps checking until everything matches. In plain English: if you changed where your site points, this thing lets you sit there and watch the internet catch up like it’s a sports score.

But the real fireworks were in the comments, where the crowd immediately split into Team “cool toy” and Team “absolutely not, stop saying propagation.” One of the loudest critics went full myth-buster, arguing that nothing is actually spreading around the globe at all—old saved answers are just timing out at different moments, and the whole world-map framing is basically tech theater. Another commenter tossed in a casual “Vibe-coded. Sorry.” and linked code as evidence, which is the software world’s version of saying, “Cute app, but I checked the receipts.”

Still, not everyone came to boo. A few users were openly charmed, telling the haters to back off and praising the project as useful and fun. One supporter even asked for sorting and grouping features instead of piling on. That’s the vibe here: half the room is nitpicking the science, the other half is saying let people enjoy things. In other words, a perfectly normal day on the internet.

Key Points

  • DNSGlobe is a Rust terminal UI tool that queries 34 public DNS resolvers worldwide in parallel and compares their answers.
  • The tool includes a watch mode that re-polls every 30 seconds until the checked record reaches 100% agreement across its resolver set.
  • Resolvers include global anycast networks such as Google, Cloudflare, and Quad9, plus regional providers across multiple world regions.
  • DNSGlobe groups answers that share any record so round-robin DNS results are treated as one consistent answer instead of separate conflicts.
  • The project can be installed through Homebrew, crates.io, or GitHub Releases, and also supports a non-TUI `--once` mode for scripts.

Hottest takes

"The myth of DNS ‘propagation’ needs to die" — teddyh
"Vibe-coded. Sorry." — OptionOfT
"Tell the vibe-coder haters to take a hike. Keep on vibin’." — krypd0h
Made with <3 by @siedrix and @shesho from CDMX. Powered by Forge&Hive.