Last active
June 2, 2016 13:07
-
-
Save Miciah/660c609a32c75dc5cbfe50633b120adb 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
% dig worldgreenpower.com | |
; <<>> DiG 9.9.4-RedHat-9.9.4-18.el7_1.5 <<>> worldgreenpower.com | |
;; global options: +cmd | |
;; Got answer: | |
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 25360 | |
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1 | |
;; OPT PSEUDOSECTION: | |
; EDNS: version: 0, flags:; udp: 4096 | |
;; QUESTION SECTION: | |
;worldgreenpower.com. IN A | |
;; AUTHORITY SECTION: | |
worldgreenpower.com. 600 IN SOA ns53.domaincontrol.com. dns.jomax.net. 2016060206 28800 7200 604800 600 | |
;; Query time: 38 msec | |
;; SERVER: 10.11.5.19#53(10.11.5.19) | |
;; WHEN: Thu Jun 02 09:03:57 EDT 2016 | |
;; MSG SIZE rcvd: 116 | |
% dig www.worldgreenpower.com | |
; <<>> DiG 9.9.4-RedHat-9.9.4-18.el7_1.5 <<>> www.worldgreenpower.com | |
;; global options: +cmd | |
;; Got answer: | |
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 37635 | |
;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 1 | |
;; OPT PSEUDOSECTION: | |
; EDNS: version: 0, flags:; udp: 4096 | |
;; QUESTION SECTION: | |
;www.worldgreenpower.com. IN A | |
;; ANSWER SECTION: | |
www.worldgreenpower.com. 3598 IN CNAME world-greenpower.rhcloud.com. | |
world-greenpower.rhcloud.com. 58 IN CNAME ex-std-node678.prod.rhcloud.com. | |
ex-std-node678.prod.rhcloud.com. 148 IN CNAME ec2-52-3-177-253.compute-1.amazonaws.com. | |
ec2-52-3-177-253.compute-1.amazonaws.com. 604798 IN A 52.3.177.253 | |
;; Query time: 2 msec | |
;; SERVER: 10.11.5.19#53(10.11.5.19) | |
;; WHEN: Thu Jun 02 09:06:38 EDT 2016 | |
;; MSG SIZE rcvd: 192 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment