diff options
author | 2018-04-20 01:07:58 -0500 | |
---|---|---|
committer | 2018-04-20 07:07:58 +0100 | |
commit | 19a1ef48f28c5c46e4e8d69d31c8d7a2b579f43e (patch) | |
tree | a5b3c871f0a91ebacd34844f818d7668f0655dfb /man | |
parent | 26d1432ae6c19c91fb6358e7629a9179a85b70f7 (diff) | |
download | coredns-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.7 | 2 |
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 } . |