Skip to content

Instantly share code, notes, and snippets.

@olly
Created August 26, 2014 14:09
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 olly/11d117121a964023ff14 to your computer and use it in GitHub Desktop.
Save olly/11d117121a964023ff14 to your computer and use it in GitHub Desktop.
$ dig cachefly.alfredapp.com @8.8.8.8
; <<>> DiG 9.8.3-P1 <<>> cachefly.alfredapp.com @8.8.8.8
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 49360
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;cachefly.alfredapp.com. IN A
;; ANSWER SECTION:
cachefly.alfredapp.com. 5918 IN CNAME rwc.cachefly.net.
rwc.cachefly.net. 14399 IN CNAME vip1.g.cachefly.net.
vip1.g.cachefly.net. 10799 IN A 205.234.175.175
;; Query time: 3041 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Tue Aug 26 15:08:13 2014
;; MSG SIZE rcvd: 107
$ dig cachefly.alfredapp.com @8.8.8.8
; <<>> DiG 9.8.3-P1 <<>> cachefly.alfredapp.com @8.8.8.8
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 43251
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;cachefly.alfredapp.com. IN A
;; Query time: 2532 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Tue Aug 26 15:08:19 2014
;; MSG SIZE rcvd: 40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment