Skip to content

Instantly share code, notes, and snippets.

@Kambfhase
Created April 29, 2011 12:30
Show Gist options
  • Save Kambfhase/948227 to your computer and use it in GitHub Desktop.
Save Kambfhase/948227 to your computer and use it in GitHub Desktop.
C:\dig>dig +trace 2011.jsconf.us
; <<>> DiG 9.3.2 <<>> +trace 2011.jsconf.us
;; global options: printcmd
;; connection timed out; no servers could be reached
C:\dig>dig 2011.jsconf.us
; <<>> DiG 9.3.2 <<>> 2011.jsconf.us
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1327
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;2011.jsconf.us. IN A
;; ANSWER SECTION:
2011.jsconf.us. 3600 IN CNAME voodootikigod.couchone.com.
voodootikigod.couchone.com. 3600 IN A 184.73.200.44
;; Query time: 468 msec
;; SERVER: 192.168.168.1#53(192.168.168.1)
;; WHEN: Fri Apr 29 14:28:16 2011
;; MSG SIZE rcvd: 88
C:\dig>dig jsconf.us
; <<>> DiG 9.3.2 <<>> jsconf.us
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1815
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;jsconf.us. IN A
;; ANSWER SECTION:
jsconf.us. 3600 IN A 174.143.203.8
;; Query time: 375 msec
;; SERVER: 192.168.168.1#53(192.168.168.1)
;; WHEN: Fri Apr 29 14:29:08 2011
;; MSG SIZE rcvd: 43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment