Created
June 27, 2020 19:23
-
-
Save jatrost/dbe0c0b5b111fdb86e43a56a6b074e24 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 gmail.com | |
; <<>> DiG 9.10.6 <<>> MX gmail.com | |
;; global options: +cmd | |
;; Got answer: | |
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 33956 | |
;; flags: qr rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 0, ADDITIONAL: 1 | |
;; OPT PSEUDOSECTION: | |
; EDNS: version: 0, flags:; udp: 4096 | |
;; QUESTION SECTION: | |
;gmail.com. IN MX | |
;; ANSWER SECTION: | |
gmail.com. 1195 IN MX 10 alt1.gmail-smtp-in.l.google.com. | |
gmail.com. 1195 IN MX 40 alt4.gmail-smtp-in.l.google.com. | |
gmail.com. 1195 IN MX 20 alt2.gmail-smtp-in.l.google.com. | |
gmail.com. 1195 IN MX 30 alt3.gmail-smtp-in.l.google.com. | |
gmail.com. 1195 IN MX 5 gmail-smtp-in.l.google.com. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment