Skip to content

Instantly share code, notes, and snippets.

@stwalkerster
Created April 7, 2013 02:10
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 stwalkerster/5328566 to your computer and use it in GitHub Desktop.
Save stwalkerster/5328566 to your computer and use it in GitHub Desktop.
[02:08:49][stwalkerster@blastoise:~]
bash $ dig riley.fastlizard4.org
; <<>> DiG 9.7.3 <<>> riley.fastlizard4.org
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 31404
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;riley.fastlizard4.org. IN A
;; Query time: 11 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Sun Apr 7 02:09:19 2013
;; MSG SIZE rcvd: 39
[02:09:19][stwalkerster@blastoise:~]
bash $ dig riley.fastlizard4.org @ns1.linode.com
; <<>> DiG 9.7.3 <<>> riley.fastlizard4.org @ns1.linode.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 64329
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; WARNING: recursion requested but not available
;; QUESTION SECTION:
;riley.fastlizard4.org. IN A
;; ANSWER SECTION:
riley.fastlizard4.org. 86400 IN CNAME riley.fastlizard4.org.
;; Query time: 111 msec
;; SERVER: 2600:3c00::a#53(2600:3c00::a)
;; WHEN: Sun Apr 7 02:09:31 2013
;; MSG SIZE rcvd: 53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment