Last active
December 22, 2015 19:59
-
-
Save xakrume/6523397 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ dig google.com | |
; <<>> DiG 9.8.2rc1-RedHat-9.8.2-0.17.rc1.el6_4.4 <<>> google.com | |
;; global options: +cmd | |
;; Got answer: | |
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1012 | |
;; flags: qr rd ra; QUERY: 1, ANSWER: 16, AUTHORITY: 4, ADDITIONAL: 4 | |
;; QUESTION SECTION: | |
;google.com. IN A | |
;; ANSWER SECTION: | |
google.com. 300 IN A 77.37.250.242 | |
google.com. 300 IN A 77.37.250.216 | |
google.com. 300 IN A 77.37.250.231 | |
google.com. 300 IN A 77.37.250.227 | |
google.com. 300 IN A 77.37.250.246 | |
google.com. 300 IN A 77.37.250.222 | |
google.com. 300 IN A 77.37.250.212 | |
google.com. 300 IN A 77.37.250.226 | |
google.com. 300 IN A 77.37.250.237 | |
google.com. 300 IN A 77.37.250.241 | |
google.com. 300 IN A 77.37.250.247 | |
google.com. 300 IN A 77.37.250.232 | |
google.com. 300 IN A 77.37.250.217 | |
google.com. 300 IN A 77.37.250.251 | |
google.com. 300 IN A 77.37.250.236 | |
google.com. 300 IN A 77.37.250.221 | |
;; AUTHORITY SECTION: | |
google.com. 171542 IN NS ns3.google.com. | |
google.com. 171542 IN NS ns1.google.com. | |
google.com. 171542 IN NS ns2.google.com. | |
google.com. 171542 IN NS ns4.google.com. | |
;; ADDITIONAL SECTION: | |
ns2.google.com. 171542 IN A 216.239.34.10 | |
ns1.google.com. 171542 IN A 216.239.32.10 | |
ns3.google.com. 171542 IN A 216.239.36.10 | |
ns4.google.com. 171542 IN A 216.239.38.10 | |
;; Query time: 119 msec | |
;; SERVER: 127.0.0.1#53(127.0.0.1) | |
;; WHEN: Fri Jun 28 21:05:07 2013 | |
;; MSG SIZE rcvd: 420 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment