@ -1269,11 +1269,11 @@ Valid time units are 'ns', 'us' (or 'µs'), 'ms', 's', 'm', 'h'."
UDP response, will set the truncated flag, indicating to clients that they should
re-query using TCP to get the full set of records.
- `only_passing` - (Defaults to `false`) Node / Service health status can be "passing", "warning", or
"critical".
When set to false, nodes whose health check status is "passing" or "warning" will be returned, but "critical" is ommitted.
If set to true, only nodes whose health check status is "passing" will be returned from DNS results.
- `only_passing` - Specifies a boolean value that determines if DNS queries should only return nodes or services with `passing` health check statuses.
If `true`, the query only returns nodes or services with `passing` health statuses. If `false`, the query returns nodes or services with `passing` and `warning` health check statuses. Nodes or services in a `critical` health state are omitted from DNS query results.
Default is `false`.
- `recursor_strategy` - If set to `sequential`, Consul will query recursors in the
order listed in the [`recursors`](#recursors) option. If set to `random`,