Query DNS records directly from the authoritative source.

Most DNS tools ask your local resolver. ndig asks the nameserver that actually holds the records — so 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 →