Created
September 18, 2014 18:04
-
-
Save philwilt/61e9c318fe235dee9a92 to your computer and use it in GitHub Desktop.
Personal Domain DNS records
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ host philwilt.com | |
philwilt.com has address 64.74.223.6 | |
philwilt.com mail is handled by 10 p.nsm.ctmail.com. | |
$ dig philwilt.com | |
; <<>> DiG 9.8.5-P1 <<>> philwilt.com | |
;; global options: +cmd | |
;; Got answer: | |
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 34499 | |
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 5, ADDITIONAL: 0 | |
;; QUESTION SECTION: | |
;philwilt.com. IN A | |
;; ANSWER SECTION: | |
philwilt.com. 1776 IN A 64.74.223.6 | |
;; AUTHORITY SECTION: | |
philwilt.com. 167257 IN NS dns1.name-services.com. | |
philwilt.com. 167257 IN NS dns2.name-services.com. | |
philwilt.com. 167257 IN NS dns3.name-services.com. | |
philwilt.com. 167257 IN NS dns5.name-services.com. | |
philwilt.com. 167257 IN NS dns4.name-services.com. | |
;; Query time: 47 msec | |
;; SERVER: 10.97.110.1#53(10.97.110.1) | |
;; WHEN: Thu Sep 18 11:01:38 PDT 2014 | |
;; MSG SIZE rcvd: 155 | |
$ dig philwilt.com mx | |
; <<>> DiG 9.8.5-P1 <<>> philwilt.com mx | |
;; global options: +cmd | |
;; Got answer: | |
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 19039 | |
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 5, ADDITIONAL: 0 | |
;; QUESTION SECTION: | |
;philwilt.com. IN MX | |
;; ANSWER SECTION: | |
philwilt.com. 3548 IN MX 10 p.nsm.ctmail.com. | |
;; AUTHORITY SECTION: | |
philwilt.com. 167229 IN NS dns1.name-services.com. | |
philwilt.com. 167229 IN NS dns5.name-services.com. | |
philwilt.com. 167229 IN NS dns3.name-services.com. | |
philwilt.com. 167229 IN NS dns2.name-services.com. | |
philwilt.com. 167229 IN NS dns4.name-services.com. | |
;; Query time: 25 msec | |
;; SERVER: 10.97.110.1#53(10.97.110.1) | |
;; WHEN: Thu Sep 18 11:02:06 PDT 2014 | |
;; MSG SIZE rcvd: 168 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment