Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. $ dig A google.com
  2.  
  3. ; <<>> DiG 9.8.0-P4-RedHat-9.8.0-7.P4.fc15 <<>> A google.com
  4. ;; global options: +cmd
  5. ;; Got answer:
  6. ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 14667
  7. ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
  8.  
  9. ;; QUESTION SECTION:
  10. ;google.com. IN A
  11.  
  12. ;; Query time: 4951 msec
  13. ;; SERVER: 10.168.88.7#53(10.168.88.7)
  14. ;; WHEN: Fri Jul 15 00:24:49 2011
  15. ;; MSG SIZE rcvd: 28
  16. -------------------------------
  17. $ dig AAAA killsudo.info @8.8.8.8
  18.  
  19. ; <<>> DiG 9.8.0-P4-RedHat-9.8.0-7.P4.fc15 <<>> AAAA killsudo.info @8.8.8.8
  20. ;; global options: +cmd
  21. ;; connection timed out; no servers could be reached
  22.  
  23. $ dig AAAA killsudo.info @208.67.222.222
  24. -------------------------------
  25. ; <<>> DiG 9.8.0-P4-RedHat-9.8.0-7.P4.fc15 <<>> AAAA killsudo.info
  26. @208.67.222.222
  27. ;; global options: +cmd
  28. ;; Got answer:
  29. ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 29448
  30. ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
  31.  
  32. ;; QUESTION SECTION:
  33. ;killsudo.info. IN AAAA
  34.  
  35. ;; ANSWER SECTION:
  36. killsudo.info. 600 IN AAAA 2001:470:1f10:aa4::2
  37.  
  38. ;; Query time: 63 msec
  39. ;; SERVER: 208.67.222.222#53(208.67.222.222)
  40. ;; WHEN: Fri Jul 15 00:29:55 2011
  41. ;; MSG SIZE rcvd: 59
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement