Advertisement
Guest User

Untitled

a guest
Apr 21st, 2019
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. [eric@monolith-linux-vm dnsmasq]$ dig @localhost google.com
  2.  
  3. ; <<>> DiG 9.14.0 <<>> @localhost google.com
  4. ; (2 servers found)
  5. ;; global options: +cmd
  6. ;; Got answer:
  7. ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 31889
  8. ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
  9.  
  10. ;; OPT PSEUDOSECTION:
  11. ; EDNS: version: 0, flags:; udp: 4096
  12. ;; QUESTION SECTION:
  13. ;google.com. IN A
  14.  
  15. ;; ANSWER SECTION:
  16. google.com. 123 IN A 216.58.196.46
  17.  
  18. ;; Query time: 0 msec
  19. ;; SERVER: ::1#53(::1)
  20. ;; WHEN: Sun Apr 21 18:21:28 +07 2019
  21. ;; MSG SIZE rcvd: 55
  22.  
  23. [eric@monolith-linux-vm dnsmasq]$ dig @localhost content0.steampowered.com
  24.  
  25. ; <<>> DiG 9.14.0 <<>> @localhost content0.steampowered.com
  26. ; (2 servers found)
  27. ;; global options: +cmd
  28. ;; Got answer:
  29. ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 10060
  30. ;; flags: qr aa rd ra ad; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
  31.  
  32. ;; OPT PSEUDOSECTION:
  33. ; EDNS: version: 0, flags:; udp: 4096
  34. ;; QUESTION SECTION:
  35. ;content0.steampowered.com. IN A
  36.  
  37. ;; ANSWER SECTION:
  38. content0.steampowered.com. 0 IN A 192.168.122.1
  39.  
  40. ;; Query time: 0 msec
  41. ;; SERVER: ::1#53(::1)
  42. ;; WHEN: Sun Apr 21 18:21:38 +07 2019
  43. ;; MSG SIZE rcvd: 70
  44.  
  45. [eric@monolith-linux-vm dnsmasq]$ dig @localhost factorio.int.nreilly.com
  46.  
  47. ; <<>> DiG 9.14.0 <<>> @localhost factorio.int.nreilly.com
  48. ; (2 servers found)
  49. ;; global options: +cmd
  50. ;; Got answer:
  51. ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 23084
  52. ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 3, ADDITIONAL: 5
  53.  
  54. ;; OPT PSEUDOSECTION:
  55. ; EDNS: version: 0, flags:; udp: 4096
  56. ; COOKIE: 85e4b351184f878034ae17da5cbc524814f4846f7cf8fbad (good)
  57. ;; QUESTION SECTION:
  58. ;factorio.int.nreilly.com. IN A
  59.  
  60. ;; ANSWER SECTION:
  61. factorio.int.nreilly.com. 86400 IN CNAME crack.sg03.nreilly.com.
  62. crack.sg03.nreilly.com. 86400 IN A 172.25.13.10
  63.  
  64. ;; AUTHORITY SECTION:
  65. sg03.nreilly.com. 300 IN NS ns5.linode.com.
  66. sg03.nreilly.com. 300 IN NS core.sg02.nreilly.com.
  67. sg03.nreilly.com. 300 IN NS statler.roam.nreilly.com.
  68.  
  69. ;; ADDITIONAL SECTION:
  70. ns5.linode.com. 2983 IN A 162.159.24.25
  71. core.sg02.nreilly.com. 2700 IN A 172.26.50.34
  72. statler.roam.nreilly.com. 86400 IN A 172.27.13.1
  73. ns5.linode.com. 2983 IN AAAA 2400:cb00:2049:1::a29f:1819
  74.  
  75. ;; Query time: 56 msec
  76. ;; SERVER: ::1#53(::1)
  77. ;; WHEN: Sun Apr 21 18:21:44 +07 2019
  78. ;; MSG SIZE rcvd: 274
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement