This website requires JavaScript.
Explore
Help
Sign In
ctome
/
tldr
mirror of
https://github.com/CrimsonTome/tldr.git
Watch
1
Star
0
Fork
You've already forked tldr
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f7941866ae
tldr
/
pages
/
common
/
host.md
231 B
Raw
Blame
History
host
Lookup Domain Name Server.
Lookup A, AAAA, and MX records of a domain:
host {{domain}}
Lookup a field (CNAME, TXT,...) of a domain:
host -t {{field}} {{domain}}
Reverse lookup an IP:
host {{ip_address}}