Advertisement
Guest User

Untitled

a guest
Apr 17th, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. root@OpenWrt:~# dig @62.109.121.1 google.com A +notcp
  2.  
  3. ; <<>> DiG 9.11.2-P1 <<>> @62.109.121.1 google.com A +notcp
  4. ; (1 server found)
  5. ;; global options: +cmd
  6. ;; Got answer:
  7. ;; ->>HEADER<<- opcode: QUERY, status: REFUSED, id: 59207
  8. ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDIT
  9. IONAL: 0
  10.  
  11. ;; QUESTION SECTION:
  12. ;google.com. IN A
  13.  
  14. ;; Query time: 42 msec
  15. ;; SERVER: 62.109.121.1#53(62.109.121.1)
  16. ;; WHEN: Wed Apr 17 09:46:04 CEST 2019
  17. ;; MSG SIZE rcvd: 28
  18.  
  19. root@OpenWrt:~# dig @62.109.121.1 google.com A +tcp
  20.  
  21. ; <<>> DiG 9.11.2-P1 <<>> @62.109.121.1 google.com A +tcp
  22. ; (1 server found)
  23. ;; global options: +cmd
  24. ;; Got answer:
  25. ;; ->>HEADER<<- opcode: QUERY, status: REFUSED, id: 13504
  26. ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDIT
  27. IONAL: 0
  28.  
  29. ;; QUESTION SECTION:
  30. ;google.com. IN A
  31.  
  32. ;; Query time: 42 msec
  33. ;; SERVER: 62.109.121.1#53(62.109.121.1)
  34. ;; WHEN: Wed Apr 17 09:46:51 CEST 2019
  35. ;; MSG SIZE rcvd: 28
  36.  
  37. root@OpenWrt:~# dig @8.8.8.8 google.com +notcp
  38.  
  39. ; <<>> DiG 9.11.2-P1 <<>> @8.8.8.8 google.com +notcp
  40. ; (1 server found)
  41. ;; global options: +cmd
  42. ;; Got answer:
  43. ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 34469
  44. ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDIT
  45. IONAL: 1
  46.  
  47. ;; OPT PSEUDOSECTION:
  48. ; EDNS: version: 0, flags:; udp: 512
  49. ;; QUESTION SECTION:
  50. ;google.com. IN A
  51.  
  52. ;; ANSWER SECTION:
  53. google.com. 299 IN A 216.58.206.1
  54. 10
  55.  
  56. ;; Query time: 35 msec
  57. ;; SERVER: 8.8.8.8#53(8.8.8.8)
  58. ;; WHEN: Wed Apr 17 09:47:14 CEST 2019
  59. ;; MSG SIZE rcvd: 55
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement