aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorGravatar Scott Donovan <38500910+sdonovan01@users.noreply.github.com> 2018-04-20 01:07:58 -0500
committerGravatar Miek Gieben <miek@miek.nl> 2018-04-20 07:07:58 +0100
commit19a1ef48f28c5c46e4e8d69d31c8d7a2b579f43e (patch)
treea5b3c871f0a91ebacd34844f818d7668f0655dfb /man
parent26d1432ae6c19c91fb6358e7629a9179a85b70f7 (diff)
downloadcoredns-19a1ef48f28c5c46e4e8d69d31c8d7a2b579f43e.tar.gz
coredns-19a1ef48f28c5c46e4e8d69d31c8d7a2b579f43e.tar.zst
coredns-19a1ef48f28c5c46e4e8d69d31c8d7a2b579f43e.zip
adding sequential policy to forward plugin (#1704)
* adding sequential policy to forward plugin * making sequential an alias to first in proxy plugin
Diffstat (limited to 'man')
-rw-r--r--man/coredns-forward.72
1 files changed, 1 insertions, 1 deletions
diff --git a/man/coredns-forward.7 b/man/coredns-forward.7
index e5e4c6503..7e6d0cc93 100644
--- a/man/coredns-forward.7
+++ b/man/coredns-forward.7
@@ -56,7 +56,7 @@ forward FROM TO\.\.\. {
max_fails INTEGER
tls CERT KEY CA
tls_servername NAME
- policy random|round_robin
+ policy random|round_robin|sequential
health_check DURATION
}
.