Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alexkwolfe/3880122 to your computer and use it in GitHub Desktop.
Save alexkwolfe/3880122 to your computer and use it in GitHub Desktop.
Sprint Wireless DNS Problem
$ dig api.trustedform.com
; <<>> DiG 9.8.3-P1 <<>> api.trustedform.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 20619
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;api.trustedform.com. IN A
;; ANSWER SECTION:
api.trustedform.com. 973 IN CNAME glb.activeprospect.com.
glb.activeprospect.com. 11 IN A 173.192.20.38
;; Query time: 95 msec
;; SERVER: 192.168.1.1#53(192.168.1.1)
;; WHEN: Fri Oct 12 11:24:43 2012
;; MSG SIZE rcvd: 86
$ dig api.trustedform.com
; <<>> DiG 9.8.3-P1 <<>> api.trustedform.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 30452
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;api.trustedform.com. IN A
;; Query time: 871 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Mon Oct 8 15:55:10 2012
;; MSG SIZE rcvd: 37
$ dig api.trustedform.com
; <<>> DiG 9.8.3-P1 <<>> api.trustedform.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 37713
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;api.trustedform.com. IN A
;; Query time: 1037 msec
;; SERVER: 66.1.76.132#53(66.1.76.132)
;; WHEN: Mon Oct 8 16:22:04 2012
;; MSG SIZE rcvd: 37
$ dig api.trustedform.com
; <<>> DiG 9.8.3-P1 <<>> api.trustedform.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 30452
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;api.trustedform.com. IN A
;; Query time: 871 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Mon Oct 8 15:55:10 2012
;; MSG SIZE rcvd: 37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment