coredns/middleware/loadbalance
Miek Gieben 94c59da577 Run tests in parallel (#478)
Create a small speedup running the tests:

PASS
ok  	github.com/miekg/coredns/test	10.329s

PASS
ok  	github.com/miekg/coredns/test	6.079s

Skip the etcd ones. Doing the middleware/*/*_test ones doesn't yield
any speedup as these are still done on a per directory basis.
2017-01-12 08:13:50 +00:00
..
handler.go Add middleware.NextOrFailure (#462) 2016-12-20 18:58:05 +00:00
loadbalance.go - Adding tests for MX round-robin (#358) 2016-10-27 08:09:16 +01:00
loadbalance_test.go Run tests in parallel (#478) 2017-01-12 08:13:50 +00: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