mirror of
https://github.com/coredns/coredns.git
synced 2025-11-06 12:06:37 -05:00
Correct formatting of policies list (#2509)
This commit is contained in:
committed by
Chris O'Haver
parent
ffe79b026e
commit
d571fbe046
@@ -60,6 +60,7 @@ proxy FROM TO... {
|
|||||||
## Policies
|
## Policies
|
||||||
|
|
||||||
There are four load-balancing policies available:
|
There are four load-balancing policies available:
|
||||||
|
|
||||||
* `random` (default) - Randomly select a backend
|
* `random` (default) - Randomly select a backend
|
||||||
* `least_conn` - Select the backend with the fewest active connections
|
* `least_conn` - Select the backend with the fewest active connections
|
||||||
* `round_robin` - Select the backend in round-robin fashion
|
* `round_robin` - Select the backend in round-robin fashion
|
||||||
|
|||||||
Reference in New Issue
Block a user