mirror of
https://github.com/coredns/coredns.git
synced 2025-11-01 02:33:14 -04:00
adding sequential policy to forward plugin (#1704)
* adding sequential policy to forward plugin * making sequential an alias to first in proxy plugin
This commit is contained in:
committed by
Miek Gieben
parent
26d1432ae6
commit
19a1ef48f2
@@ -47,7 +47,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
|
||||
}
|
||||
~~~
|
||||
|
||||
Reference in New Issue
Block a user