mirror of
https://github.com/coredns/coredns.git
synced 2025-11-01 18:53:43 -04:00
Regen man-pages (#2631)
Mechanical change: make -f Makefile.doc Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
.\" generated with Ronn/v0.7.3
|
||||
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
||||
.
|
||||
.TH "COREDNS\-PROXY" "7" "October 2018" "CoreDNS" "CoreDNS plugins"
|
||||
.TH "COREDNS\-PROXY" "7" "February 2019" "CoreDNS" "CoreDNS plugins"
|
||||
.
|
||||
.SH "NAME"
|
||||
\fIproxy\fR \- facilitates both a basic reverse proxy and a robust load balancer\.
|
||||
@@ -81,7 +81,24 @@ proxy FROM TO\.\.\. {
|
||||
.IP "" 0
|
||||
.
|
||||
.SH "POLICIES"
|
||||
There are four load\-balancing policies available: * \fBrandom\fR (default) \- Randomly select a backend * \fBleast_conn\fR \- Select the backend with the fewest active connections * \fBround_robin\fR \- Select the backend in round\-robin fashion * \fBsequential\fR \- Select the first available backend looking by order of declaration from left to right * \fBfirst\fR \- Deprecated\. Use sequential instead
|
||||
There are four load\-balancing policies available:
|
||||
.
|
||||
.IP "\(bu" 4
|
||||
\fBrandom\fR (default) \- Randomly select a backend
|
||||
.
|
||||
.IP "\(bu" 4
|
||||
\fBleast_conn\fR \- Select the backend with the fewest active connections
|
||||
.
|
||||
.IP "\(bu" 4
|
||||
\fBround_robin\fR \- Select the backend in round\-robin fashion
|
||||
.
|
||||
.IP "\(bu" 4
|
||||
\fBsequential\fR \- Select the first available backend looking by order of declaration from left to right
|
||||
.
|
||||
.IP "\(bu" 4
|
||||
\fBfirst\fR \- Deprecated\. Use sequential instead
|
||||
.
|
||||
.IP "" 0
|
||||
.
|
||||
.P
|
||||
All polices implement randomly spraying packets to backend hosts when \fIno healthy\fR hosts are available\. This is to preeempt the case where the healthchecking (as a mechanism) fails\.
|
||||
|
||||
Reference in New Issue
Block a user