DNS Lookup

Enter a domain and see all its DNS records: A, AAAA, MX, TXT, NS, CNAME, and SOA records in one place.

How It Works

Uses Node.js built-in dns.promises to query all record types in parallel. Each record type is queried independently so a missing record type (e.g., no AAAA records) does not block the others.