isaacadams

Verify-hostname

Apr 29th, 2019
346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. IPv4
  2.  
  3. Windows
  4. nslookup -debug www.example.com. 8.8.8.8
  5.  
  6. Mac and Linux
  7. dig @8.8.8.8 www.example.com.
  8.  
  9. IPv6
  10.  
  11. Windows
  12. nslookup -debug -type=AAAA www.example.com. 2001:4860:4860::8888
  13.  
  14. Mac and Linux
  15. dig @2001:4860:4860::8888 www.example.com. AAAA
Advertisement
Add Comment
Please, Sign In to add comment