aboutsummaryrefslogtreecommitdiff
path: root/man/coredns-loadbalance.7
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2018-08-27 19:54:10 +0100
committerGravatar GitHub <noreply@github.com> 2018-08-27 19:54:10 +0100
commit554da015e75b9947531837456ab56a91f9e53fd4 (patch)
tree83fb47c42cf74c8dd9e1a4d87b2e2337183c290d /man/coredns-loadbalance.7
parente6ef320d13580548a1ff9a36c3b1365240577ac1 (diff)
downloadcoredns-1.2.1.tar.gz
coredns-1.2.1.tar.zst
coredns-1.2.1.zip
release: up version to 1.2.1 (#2057)v1.2.1
up the version and add the man-pages. Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'man/coredns-loadbalance.7')
-rw-r--r--man/coredns-loadbalance.76
1 files changed, 3 insertions, 3 deletions
diff --git a/man/coredns-loadbalance.7 b/man/coredns-loadbalance.7
index 501269535..1a563ce7b 100644
--- a/man/coredns-loadbalance.7
+++ b/man/coredns-loadbalance.7
@@ -1,13 +1,13 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "COREDNS\-LOADBALANCE" "7" "July 2018" "CoreDNS" "CoreDNS plugins"
+.TH "COREDNS\-LOADBALANCE" "7" "August 2018" "CoreDNS" "CoreDNS plugins"
.
.SH "NAME"
-\fIloadbalance\fR \- randomize the order of A and AAAA records\.
+\fIloadbalance\fR \- randomize the order of A, AAAA and MX records\.
.
.SH "DESCRIPTION"
-The \fIloadbalance\fR will act as a round\-robin DNS loadbalancer by randomizing the order of A and AAAA records in the answer\.
+The \fIloadbalance\fR will act as a round\-robin DNS loadbalancer by randomizing the order of A, AAAA, and MX records in the answer\.
.
.P
See Wikipedia \fIhttps://en\.wikipedia\.org/wiki/Round\-robin_DNS\fR about the pros and cons on this setup\. It will take care to sort any CNAMEs before any address records, because some stub resolver implementations (like glibc) are particular about that\.