diff options
author | 2019-01-28 15:07:13 +0000 | |
---|---|---|
committer | 2019-01-28 10:07:13 -0500 | |
commit | d571fbe04622096081a21935ce4c0bcda90361ce (patch) | |
tree | 4259a88f9c6ccf8d7cd174d1a5766b698fbe8076 /plugin | |
parent | ffe79b026e3dc3b3a1eb1f95224b570d7764e0b6 (diff) | |
download | coredns-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.md | 1 |
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 |