Skip to content

Instantly share code, notes, and snippets.

@adamvduke
Created June 6, 2015 16:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamvduke/99d5ddc67365ea814d8e to your computer and use it in GitHub Desktop.
Save adamvduke/99d5ddc67365ea814d8e to your computer and use it in GitHub Desktop.
$ dig app5.zeropush.com @ns1.dreamhost.com ANY
;; Truncated, retrying in TCP mode.
; <<>> DiG 9.8.3-P1 <<>> app5.zeropush.com @ns1.dreamhost.com ANY
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 62516
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; WARNING: recursion requested but not available
;; QUESTION SECTION:
;app5.zeropush.com. IN ANY
;; ANSWER SECTION:
app5.zeropush.com. 14400 IN A 162.243.45.158
;; Query time: 91 msec
;; SERVER: 66.33.206.206#53(66.33.206.206)
;; WHEN: Sat Jun 6 12:01:02 2015
;; MSG SIZE rcvd: 51
$ dig app5.zeropush.com @ns2.dreamhost.com ANY
; <<>> DiG 9.8.3-P1 <<>> app5.zeropush.com @ns2.dreamhost.com ANY
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 41554
;; flags: qr aa rd; QUERY: 1, ANSWER: 13, AUTHORITY: 0, ADDITIONAL: 3
;; WARNING: recursion requested but not available
;; QUESTION SECTION:
;app5.zeropush.com. IN ANY
;; ANSWER SECTION:
app5.zeropush.com. 14400 IN CNAME zeropush.com.
zeropush.com. 14400 IN MX 30 ASPMX3.GOOGLEMAIL.com.
zeropush.com. 14400 IN MX 30 ASPMX2.GOOGLEMAIL.com.
zeropush.com. 14400 IN SOA ns1.dreamhost.com. hostmaster.dreamhost.com. 2015041100 15174 1800 1814400 14400
zeropush.com. 14400 IN MX 20 ALT2.ASPMX.L.GOOGLE.com.
zeropush.com. 14400 IN A 107.170.38.14
zeropush.com. 14400 IN MX 30 ASPMX4.GOOGLEMAIL.com.
zeropush.com. 14400 IN NS ns3.dreamhost.com.
zeropush.com. 14400 IN NS ns2.dreamhost.com.
zeropush.com. 14400 IN NS ns1.dreamhost.com.
zeropush.com. 14400 IN MX 10 ASPMX.L.GOOGLE.com.
zeropush.com. 14400 IN MX 20 ALT1.ASPMX.L.GOOGLE.com.
zeropush.com. 14400 IN MX 30 ASPMX5.GOOGLEMAIL.com.
;; ADDITIONAL SECTION:
ns2.dreamhost.com. 14400 IN A 208.97.182.10
ns1.dreamhost.com. 14400 IN A 66.33.206.206
ns3.dreamhost.com. 14400 IN A 66.33.216.216
;; Query time: 24 msec
;; SERVER: 208.97.182.10#53(208.97.182.10)
;; WHEN: Sat Jun 6 12:01:07 2015
;; MSG SIZE rcvd: 400
$ dig app5.zeropush.com @ns3.dreamhost.com ANY
;; Truncated, retrying in TCP mode.
; <<>> DiG 9.8.3-P1 <<>> app5.zeropush.com @ns3.dreamhost.com ANY
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 46847
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; WARNING: recursion requested but not available
;; QUESTION SECTION:
;app5.zeropush.com. IN ANY
;; ANSWER SECTION:
app5.zeropush.com. 14400 IN A 162.243.45.158
;; Query time: 93 msec
;; SERVER: 66.33.216.216#53(66.33.216.216)
;; WHEN: Sat Jun 6 12:01:11 2015
;; MSG SIZE rcvd: 51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment