- Which record types does it explain?
- A, AAAA, CNAME, MX, TXT, SRV, NS, SOA, CAA, PTR, HTTPS/SVCB. The ones that appear in real DNS zones.
- Does it validate syntax?
- Yes — MX records need a priority + target, SRV needs priority+weight+port+target, etc. The tool flags malformed records with specific errors.
- What about TXT records?
- Parsed and explained. Common uses: SPF, DKIM, DMARC, domain verification for various SaaS. The tool recognizes the patterns.
- Can I fetch records live?
- Paste records you've gathered from dig/nslookup. This tool doesn't query DNS — that would need a server-side proxy for CORS reasons.