aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorGravatar Guy Templeton <guyjtempleton@googlemail.com> 2019-01-28 15:07:13 +0000
committerGravatar Chris O'Haver <cohaver@infoblox.com> 2019-01-28 10:07:13 -0500
commitd571fbe04622096081a21935ce4c0bcda90361ce (patch)
tree4259a88f9c6ccf8d7cd174d1a5766b698fbe8076 /plugin
parentffe79b026e3dc3b3a1eb1f95224b570d7764e0b6 (diff)
downloadcoredns-d571fbe04622096081a21935ce4c0bcda90361ce.tar.gz
coredns-d571fbe04622096081a21935ce4c0bcda90361ce.tar.zst
coredns-d571fbe04622096081a21935ce4c0bcda90361ce.zip
Correct formatting of policies list (#2509)
Diffstat (limited to 'plugin')
-rw-r--r--plugin/proxy/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/proxy/README.md b/plugin/proxy/README.md
index b108b52a9..491a62467 100644
--- a/plugin/proxy/README.md
+++ b/plugin/proxy/README.md
@@ -60,6 +60,7 @@ proxy FROM TO... {
## Policies
There are four load-balancing policies available:
+
* `random` (default) - Randomly select a backend
* `least_conn` - Select the backend with the fewest active connections
* `round_robin` - Select the backend in round-robin fashion