Skip to content

Instantly share code, notes, and snippets.

@eduardo
Created January 25, 2009 16:09
Show Gist options
  • Save eduardo/51801 to your computer and use it in GitHub Desktop.
Save eduardo/51801 to your computer and use it in GitHub Desktop.
$ dig soa juan.gg
; <<>> DiG 9.4.2-P2 <<>> soa juan.gg
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 31209
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;juan.gg. IN SOA
;; ANSWER SECTION:
juan.gg. 86400 IN SOA ns1.slicehost.net. hostmaster.juan.gg. 2008111003 28800 7200 604800 3600
;; Query time: 853 msec
;; SERVER: 208.67.220.220#53(208.67.220.220)
;; WHEN: Sun Jan 25 17:08:50 2009
;; MSG SIZE rcvd: 89
$ dig ns juan.gg
; <<>> DiG 9.4.2-P2 <<>> ns juan.gg
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 6040
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;juan.gg. IN NS
;; ANSWER SECTION:
juan.gg. 85511 IN NS ns2.slicehost.net.
juan.gg. 85511 IN NS ns3.slicehost.net.
juan.gg. 85511 IN NS ns1.slicehost.net.
;; Query time: 475 msec
;; SERVER: 208.67.220.220#53(208.67.220.220)
;; WHEN: Sun Jan 25 17:10:00 2009
;; MSG SIZE rcvd: 92
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment