Cheatsheet: Difference between revisions

Line 1,090:
; DNS of Domains
 
Host Command:
host google.com
host -t a google.com
Line 1,098 ⟶ 1,099:
host google.com ns2.google.com ==> Query a particular host
host -t any google.com
 
DIG Command:
dig cyberciti.biz a
dig cyberciti.biz mx
dig cyberciti.biz ns
dig cyberciti.biz txt
dig @ns1.nixcraft.net cyberciti.biz a
dig @4.2.2.2 google.com soa
 
=== Misc ===