mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 05:23:04 +00:00
a0cd3dd88e
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
|
|
```
|