441a6c9969
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 #8807 Co-authored-by: Blake Covarrubias <blake@covarrubi.as> Co-authored-by: Priyanka Sengupta <psengupta@flatiron.com>
4 lines
133 B
Plaintext
4 lines
133 B
Plaintext
```release-note:improvement
|
|
config: add `dns_config.recursor_strategy` flag to control the order which DNS recursors are queried
|
|
```
|