mirror of
https://github.com/coredns/coredns.git
synced 2025-11-02 10:13:14 -05:00
Run make -f Makefile.doc (#1705)
Remove trailing white space from proxy/README.md
This commit is contained in:
@@ -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").
|
||||
|
||||
Reference in New Issue
Block a user