Created
April 25, 2019 08:11
-
-
Save ShapeShifter499/b7b44100b258c8c2e86f0c7afd7aea84 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
[root@kumo ~]# host -v archlinux.org | |
Trying "archlinux.org" | |
Trying "archlinux.org" | |
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 50300 | |
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0 | |
;; QUESTION SECTION: | |
;archlinux.org. IN A | |
;; ANSWER SECTION: | |
archlinux.org. 2561 IN A 138.201.81.199 | |
Received 47 bytes from 192.168.1.1#53 in 68 ms | |
Trying "archlinux.org" | |
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 3001 | |
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0 | |
;; QUESTION SECTION: | |
;archlinux.org. IN AAAA | |
;; ANSWER SECTION: | |
archlinux.org. 2561 IN AAAA 2a01:4f8:172:1d86::1 | |
Received 59 bytes from 192.168.1.1#53 in 91 ms | |
Trying "archlinux.org" | |
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 6967 | |
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0 | |
;; QUESTION SECTION: | |
;archlinux.org. IN MX | |
;; ANSWER SECTION: | |
archlinux.org. 3600 IN MX 10 mx.archlinux.org. | |
Received 50 bytes from 192.168.1.1#53 in 386 ms | |
[root@kumo ~]# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment