Created
May 17, 2011 15:01
-
-
Save danesparza/976635 to your computer and use it in GitHub Desktop.
dig return value - basic query
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
; <<>> DiG 9.8.0-P1 <<>> www.cagedtornado.com | |
;; global options: +cmd | |
;; Got answer: | |
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 15102 | |
;; flags: qr rd ra; QUERY: 1, ANSWER: 10, AUTHORITY: 0, ADDITIONAL: 0 | |
;; QUESTION SECTION: | |
;www.cagedtornado.com. IN A | |
;; ANSWER SECTION: | |
www.cagedtornado.com. 3600 IN CNAME d1go1kcsby4lr.cloudfront.net. | |
d1go1kcsby4lr.cloudfront.net. 60 IN CNAME d1go1kcsby4lr.sfo4.cloudfront.net. | |
d1go1kcsby4lr.sfo4.cloudfront.net. 60 IN A 216.137.37.65 | |
d1go1kcsby4lr.sfo4.cloudfront.net. 60 IN A 216.137.37.55 | |
d1go1kcsby4lr.sfo4.cloudfront.net. 60 IN A 216.137.37.68 | |
d1go1kcsby4lr.sfo4.cloudfront.net. 60 IN A 216.137.37.32 | |
d1go1kcsby4lr.sfo4.cloudfront.net. 60 IN A 216.137.37.53 | |
d1go1kcsby4lr.sfo4.cloudfront.net. 60 IN A 216.137.37.11 | |
d1go1kcsby4lr.sfo4.cloudfront.net. 60 IN A 216.137.37.209 | |
d1go1kcsby4lr.sfo4.cloudfront.net. 60 IN A 216.137.37.31 | |
;; Query time: 210 msec | |
;; SERVER: 192.168.0.1#53(192.168.0.1) | |
;; WHEN: Tue May 17 07:58:01 2011 | |
;; MSG SIZE rcvd: 241 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment