Created
May 17, 2009 19:55
-
-
Save vinbarnes/113143 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
[barnekr@saturnino:~]$ dig healthcampnash.com | |
; <<>> DiG 9.4.2-P2 <<>> healthcampnash.com | |
;; global options: printcmd | |
;; connection timed out; no servers could be reached | |
[barnekr@saturnino:~]$ dig cnn.com | |
; <<>> DiG 9.4.2-P2 <<>> cnn.com | |
;; global options: printcmd | |
;; Got answer: | |
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 61178 | |
;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 0 | |
;; QUESTION SECTION: | |
;cnn.com. IN A | |
;; ANSWER SECTION: | |
cnn.com. 276 IN A 157.166.224.26 | |
cnn.com. 276 IN A 157.166.226.25 | |
cnn.com. 276 IN A 157.166.226.26 | |
cnn.com. 276 IN A 157.166.224.25 | |
;; Query time: 47 msec | |
;; SERVER: 10.0.1.1#53(10.0.1.1) | |
;; WHEN: Sun May 17 14:54:37 2009 | |
;; MSG SIZE rcvd: 89 | |
[barnekr@saturnino:~]$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment