mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
plugin/loadbalance: add parse and tests (#1947)
Automatically submitted.
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
|
||||
## Name
|
||||
|
||||
*loadbalance* - randomize the order of A and AAAA records.
|
||||
*loadbalance* - randomize the order of A, AAAA and MX records.
|
||||
|
||||
## Description
|
||||
|
||||
The *loadbalance* will act as a round-robin DNS loadbalancer by randomizing the order of A and AAAA
|
||||
records in the answer.
|
||||
The *loadbalance* will act as a round-robin DNS loadbalancer by randomizing the order of A, AAAA,
|
||||
and MX records in the answer.
|
||||
|
||||
See [Wikipedia](https://en.wikipedia.org/wiki/Round-robin_DNS) about the pros and cons on this
|
||||
setup. It will take care to sort any CNAMEs before any address records, because some stub resolver
|
||||
|
||||
Reference in New Issue
Block a user