coredns/middleware/loadbalance
Miek Gieben 94dc28646d golint
2016-10-27 11:48:37 +00:00
..
handler.go golint 2016-10-27 11:48:37 +00:00
loadbalance.go - Adding tests for MX round-robin (#358) 2016-10-27 08:09:16 +01:00
loadbalance_test.go - Adding tests for MX round-robin (#358) 2016-10-27 08:09:16 +01:00
README.md docs: rewrite using manpage style (#327) 2016-10-10 20:13:22 +01:00
setup.go Cleanups and tests (#272) 2016-09-19 11:26:00 +01:00

loadbalance

loadbalance acts as a round-robin DNS loadbalancer by randomizing the order of A and AAAA records in the answer. 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 implementations (like glibc) are particular about that.

Syntax

loadbalance [POLICY]
  • POLICY is how to balance, the default is "round_robin"

Examples

loadbalance round_robin