Created
November 7, 2012 19:05
-
-
Save davetapley/4033669 to your computer and use it in GitHub Desktop.
dig git.tddium.com
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 9.8.1-P1 <<>> git.tddium.com | |
;; global options: +cmd | |
;; Got answer: | |
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 51959 | |
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 0 | |
;; QUESTION SECTION: | |
;git.tddium.com. IN A | |
;; ANSWER SECTION: | |
git.tddium.com. 300 IN CNAME api.tddium.com. | |
api.tddium.com. 300 IN CNAME ec2-50-17-228-74.compute-1.amazonaws.com. | |
ec2-50-17-228-74.compute-1.amazonaws.com. 300 IN A 50.17.228.74 | |
;; Query time: 345 msec | |
;; SERVER: 127.0.0.1#53(127.0.0.1) | |
;; WHEN: Wed Nov 7 12:05:17 2012 | |
;; MSG SIZE rcvd: 117 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment