Skip to content

Instantly share code, notes, and snippets.

@Cameron-D
Created January 10, 2013 10:28
Show Gist options
  • Save Cameron-D/4501063 to your computer and use it in GitHub Desktop.
Save Cameron-D/4501063 to your computer and use it in GitHub Desktop.
bouncer@fluttershy:~$ dig ns ponyconau.com
; <<>> DiG 9.7.3 <<>> ns ponyconau.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 11812
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;ponyconau.com. IN NS
;; ANSWER SECTION:
ponyconau.com. 172793 IN NS ns1.ponyvillelive.com.
ponyconau.com. 172793 IN NS ns2.ponyvillelive.com.
;; Query time: 664 msec
;; SERVER: 199.127.224.3#53(199.127.224.3)
;; WHEN: Thu Jan 10 14:21:48 2013
;; MSG SIZE rcvd: 81
bouncer@fluttershy:~$ nslookup
> server ns1.ponyvillelive.com
Default server: ns1.ponyvillelive.com
Address: 96.47.231.102#53
> www.ponyconau.com
;; connection timed out; no servers could be reached
> server ns2.ponyvillelive.com
Default server: ns2.ponyvillelive.com
Address: 96.47.231.102#53
> www.ponyconau.com
;; connection timed out; no servers could be reached
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment