mirror of
https://github.com/coredns/coredns.git
synced 2025-11-01 10:43:17 -04:00
loadbalance
loadbalance acts as a round-robin DNS loadbalancer by randomizing A and AAAA records in the
message. See Wikipedia about the pros and cons
on this setup.
It will take care to sort any CNAMEs before any address records, because some stub resolver implementation (like glibc) can't handle that.
Syntax
loadbalance [policy]
policyis how to balance, the default is "round_robin"
Examples
loadbalance round_robin