coredns/middleware/loadbalance
2017-07-24 08:24:53 -07:00
..
handler.go Fix import path github.com/miekg/coredns -> github.com/coredns/coredns (#547) 2017-02-22 06:51:47 +00:00
loadbalance.go - Adding tests for MX round-robin (#358) 2016-10-27 08:09:16 +01:00
loadbalance_test.go Fix import path github.com/miekg/coredns -> github.com/coredns/coredns (#547) 2017-02-22 06:51:47 +00:00
README.md Fix all READMEs and some other fluff (#788) 2017-07-24 08:24:53 -07:00
setup.go Gofmt all code (#552) 2017-02-22 16:06:20 +00: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