aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2018-04-20 07:24:19 +0100
committerGravatar GitHub <noreply@github.com> 2018-04-20 07:24:19 +0100
commit61726b3721b6049f436841fe4c5f7db48d5a39d0 (patch)
tree76de4d221e204a0564cdb1a788ab6ed8dff911b7 /plugin
parent19a1ef48f28c5c46e4e8d69d31c8d7a2b579f43e (diff)
downloadcoredns-61726b3721b6049f436841fe4c5f7db48d5a39d0.tar.gz
coredns-61726b3721b6049f436841fe4c5f7db48d5a39d0.tar.zst
coredns-61726b3721b6049f436841fe4c5f7db48d5a39d0.zip
Run make -f Makefile.doc (#1705)
Remove trailing white space from proxy/README.md
Diffstat (limited to 'plugin')
-rw-r--r--plugin/proxy/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/proxy/README.md b/plugin/proxy/README.md
index 0c0f737cc..fe01e736e 100644
--- a/plugin/proxy/README.md
+++ b/plugin/proxy/README.md
@@ -39,7 +39,7 @@ proxy FROM TO... {
* **TO** is the destination endpoint to proxy to. At least one is required, but multiple may be
specified. **TO** may be an IP:Port pair, or may reference a file in resolv.conf format
* `policy` is the load balancing policy to use; applies only with multiple backends. May be one of
- random, least_conn, round_robin or sequential. Default is random.
+ random, least_conn, round_robin or sequential. Default is random.
* `fail_timeout` specifies how long to consider a backend as down after it has failed. While it is
down, requests will not be routed to that backend. A backend is "down" if CoreDNS fails to
communicate with it. The default value is 2 seconds ("2s").