openapi: imp docs

This commit is contained in:
Dimitry Kolyshev 2023-12-22 10:52:59 +02:00
parent 87956c4924
commit 62a2cf12df
2 changed files with 15 additions and 1 deletions

View File

@ -4,6 +4,15 @@
## v0.108.0: API changes
## v0.107.44: API changes
### The field `"upstream_mode"` in `DNSConfig`
* The field `"upstream_mode"` in `POST /control/dns_config` and
`GET /control/dns_info` now accepts `load_balance` value. Note that, the usage
of an empty string or field absence is considered to as deprecated and is not
recommended. Use `load_balance` instead.
## v0.107.42: API changes
### The new field `"serve_plain_dns"` in `TlsConfig`

View File

@ -1526,8 +1526,13 @@
'upstream_mode':
'enum':
- ''
- 'parallel'
- 'fastest_addr'
- 'load_balance'
- 'parallel'
'description': >
Upstream modes enumeration.
Deprecated: `` is not recommended. Use `load_balance` instead.
'use_private_ptr_resolvers':
'type': 'boolean'
'resolve_clients':