Skip to content

Instantly share code, notes, and snippets.

@missinglink
Created October 22, 2012 14:11
Show Gist options
  • Save missinglink/3931682 to your computer and use it in GitHub Desktop.
Save missinglink/3931682 to your computer and use it in GitHub Desktop.
nodecopter dns
$ dig A nodecopter.com
; <<>> DiG 9.8.1-P1 <<>> A nodecopter.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 46757
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 4
;; QUESTION SECTION:
;nodecopter.com. IN A
;; ANSWER SECTION:
nodecopter.com. 10749 IN A 204.232.175.78
;; AUTHORITY SECTION:
nodecopter.com. 10749 IN NS ns.checkdomain.de.
nodecopter.com. 10749 IN NS ns2.checkdomain.de.
;; ADDITIONAL SECTION:
ns.checkdomain.de. 161709 IN A 130.185.108.62
ns.checkdomain.de. 161709 IN AAAA 2a01:4a0:2002:2195:bb24:d444:70f4:1d4a
ns2.checkdomain.de. 161709 IN A 5.9.31.121
ns2.checkdomain.de. 161709 IN AAAA 2a01:4f8:161:1365:e118:c43c:3139:9ccf
;; Query time: 95 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Mon Oct 22 15:10:21 2012
;; MSG SIZE rcvd: 185
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment