mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 00:04:15 -04:00
Manual pages (#1346)
* Add manual pages Generate manual pages from the README and extend README with Name and Description sections. The generation requires 'ronn' which may not be available. Just check in all generated manual pages.
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
# loadbalance
|
||||
|
||||
*loadbalance* acts as a round-robin DNS loadbalancer by randomizing the order of A and AAAA records
|
||||
## Name
|
||||
|
||||
*loadbalance* - acts as a round-robin DNS loadbalancer by randomizing the order of A and AAAA records
|
||||
in the answer.
|
||||
|
||||
## Description
|
||||
|
||||
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