Created
May 11, 2020 12:52
-
-
Save ripienaar/32222f63b9e0fcf3ef20327d5bd63087 to your computer and use it in GitHub Desktop.
This file contains 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 srv _mcollective-server._tcp.example.net | |
; <<>> DiG 9.11.4-P2-RedHat-9.11.4-9.P2.el7 <<>> srv _mcollective-server._tcp.example.net | |
;; global options: +cmd | |
;; Got answer: | |
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 15789 | |
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 2, ADDITIONAL: 2 | |
;; QUESTION SECTION: | |
;_mcollective-server._tcp.example.net. IN SRV | |
;; ANSWER SECTION: | |
_mcollective-server._tcp.example.net. 3282 IN SRV 0 0 4222 n1.example.net. | |
_mcollective-server._tcp.example.net. 3282 IN SRV 0 0 4222 n2.example.net. | |
_mcollective-server._tcp.example.net. 3282 IN SRV 0 0 4222 n3.example.net. | |
;; Query time: 1 msec | |
;; SERVER: 192.168.88.1#53(192.168.88.1) | |
;; WHEN: Mon May 11 14:52:03 CEST 2020 | |
;; MSG SIZE rcvd: 230 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment