Terminal: Performing DNS lookup for a domain
Domains
Domain management
Question
How do I perform DNS lookup for a domain name?
Answer
The host command reads the DNS and returns the A, AAAA and MX records belonging to a name. This information is very useful at the start of a debugging session:
host yourdomain.tld
* replace yourdom...