Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. ~$ dig facebook.com
  2.  
  3. ; <<>> DiG 9.9.2-P1 <<>> facebook.com
  4. ;; global options: +cmd
  5. ;; Got answer:
  6. ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 6625
  7. ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
  8.  
  9. ;; OPT PSEUDOSECTION:
  10. ; EDNS: version: 0, flags:; udp: 512
  11. ;; QUESTION SECTION:
  12. ;facebook.com. IN A
  13.  
  14. ;; ANSWER SECTION:
  15. facebook.com. 205 IN A 173.252.110.27
  16.  
  17. ;; Query time: 291 msec
  18. ;; SERVER: 8.8.8.8#53(8.8.8.8)
  19. ;; WHEN: Sun Oct 6 17:55:52 2013
  20. ;; MSG SIZE rcvd: 57
  21.  
  22. ~$ nslookup facebook.com
  23. Server: 8.8.8.8
  24. Address: 8.8.8.8#53
  25.  
  26. Non-authoritative answer:
  27. Name: facebook.com
  28. Address: 10.10.34.34
  29.  
  30. 1700. [func] nslookup is no longer to be treated as deprecated.
  31. Remove "deprecated" warning message. Add man page.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement