Forrest logo
back to context overview

host

List of commands for host:

  • host:tldr:560d0 host: Lookup A, AAAA, and MX records of a domain.
    $ host ${domain}
    try on your machine
    explain this command
  • host:tldr:9fed3 host: Lookup a field (CNAME, TXT,...) of a domain.
    $ host -t ${field} ${domain}
    try on your machine
    explain this command
  • host:tldr:e6742 host: Specify an alternate DNS server to query.
    $ host ${domain} ${8-8-8-8}
    try on your machine
    explain this command
back to context overview