ndig

Query DNS records from the authoritative source.

Most DNS tools query your local resolver. ndig queries the authoritative nameserver directly — the one that actually holds the records. What you see is what's published, not what's cached.

Features

Install

Requires Node.js 18+ and dig.

git clone https://github.com/nopolabs/ndig
cd ndig
npm install
npm link

View on GitHub →