How to check TXT records from the command line?
Using dig:
- dig TXT tidalmail.com
- dig TXT _dmarc.tidalmail.com
- dig TXT selector._domainkey.tidalmail.com
Using nslookup:
nslookup -type=TXT tidalmail.com
Using host:
host -t TXT tidalmail.com
Tips:
- Add +short to dig for cleaner output.
- Query specific nameservers: dig @8.8.8.8 TXT domain.com
- Check authoritative servers: dig +trace TXT domain.com
- Output includes the full record. Long records show as multiple quoted strings.
Directly querying the port registry for specific documents. Multiple methods, same result.
Need personalized help?
Get the exact commands to verify your setup. Open an AI assistant with your question pre-loaded — just add your details and send.
Was this answer helpful?
Thanks for your feedback!