Many DNS problems come from small mistakes: wrong hostname, wrong record type, stale delegation, incorrect CNAME, or TXT formatting.
Commands to use
dig www.example.com CNAME
dig example.com NS
dig example.com TXTChecklist
- Check the exact name first.
- Check whether the record type matches the provider instructions.
- Look for old provider records.
- Confirm the registrar delegation.
- Use raw output when the answer is empty.
How to use the result
The DNS answer should be compared with the intended source of truth: registrar delegation, DNS provider zone, hosting target, email provider instructions, certificate authority challenge, or internal network documentation. If they do not match, fix the source record before troubleshooting higher layers.