Created
June 27, 2020 19:24
-
-
Save jatrost/12d74b8837a84fc1865669a333ae75fa to your computer and use it in GitHub Desktop.
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
$ dig MX fsu.edu | |
; <<>> DiG 9.10.6 <<>> MX fsu.edu | |
;; global options: +cmd | |
;; Got answer: | |
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 14025 | |
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1 | |
;; OPT PSEUDOSECTION: | |
; EDNS: version: 0, flags:; udp: 4096 | |
;; QUESTION SECTION: | |
;fsu.edu. IN MX | |
;; ANSWER SECTION: | |
fsu.edu. 600 IN MX 10 mxa-00012503.gslb.pphosted.com. | |
fsu.edu. 600 IN MX 10 mxb-00012503.gslb.pphosted.com. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment