Skip to content

Instantly share code, notes, and snippets.

@alexkwolfe
Created October 12, 2012 17:51
Show Gist options
  • Save alexkwolfe/3880516 to your computer and use it in GitHub Desktop.
Save alexkwolfe/3880516 to your computer and use it in GitHub Desktop.
$ dig +trace +all api.trustedform.com [ruby-1.9.3-p125]
; <<>> DiG 9.8.3-P1 <<>> +trace +all api.trustedform.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: REFUSED, id: 49083
;; flags: qr; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;. IN NS
;; Query time: 164 msec
;; SERVER: 66.1.76.132#53(66.1.76.132)
;; WHEN: Fri Oct 12 12:29:21 2012
;; MSG SIZE rcvd: 17
$ dig +trace +all api.trustedform.com @8.8.8.8 [ruby-1.9.3-p125]
; <<>> DiG 9.8.3-P1 <<>> +trace +all api.trustedform.com @8.8.8.8
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: REFUSED, id: 41399
;; flags: qr; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;. IN NS
;; Query time: 250 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Fri Oct 12 12:29:33 2012
;; MSG SIZE rcvd: 17
$ dig +trace +all glb.activeprospect.com [ruby-1.9.3-p125]
; <<>> DiG 9.8.3-P1 <<>> +trace +all glb.activeprospect.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: REFUSED, id: 1236
;; flags: qr; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;. IN NS
;; Query time: 435 msec
;; SERVER: 66.1.76.132#53(66.1.76.132)
;; WHEN: Fri Oct 12 12:29:27 2012
;; MSG SIZE rcvd: 17
$ dig +trace +all glb.activeprospect.com @8.8.8.8 [ruby-1.9.3-p125]
; <<>> DiG 9.8.3-P1 <<>> +trace +all glb.activeprospect.com @8.8.8.8
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: REFUSED, id: 10898
;; flags: qr; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;. IN NS
;; Query time: 712 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Fri Oct 12 12:29:41 2012
;; MSG SIZE rcvd: 17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment