2
0
mirror of https://github.com/status-im/consul.git synced 2025-01-12 23:05:28 +00:00
Blake Covarrubias a0cd3dd88e
Add DNS recursor strategy option ()
This change adds a new `dns_config.recursor_strategy` option which
controls how Consul queries DNS resolvers listed in the `recursors`
config option. The supported options are `sequential` (default), and
`random`.

Closes 

Co-authored-by: Blake Covarrubias <blake@covarrubi.as>
Co-authored-by: Priyanka Sengupta <psengupta@flatiron.com>
2021-07-19 15:22:51 -07:00

4 lines
133 B
Plaintext

```release-note:improvement
config: add `dns_config.recursor_strategy` flag to control the order which DNS recursors are queried
```