Skip to content

Commit

Permalink
openapi: imp docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizzick committed Dec 22, 2023
1 parent 87956c4 commit 62a2cf1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
9 changes: 9 additions & 0 deletions openapi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
7 changes: 6 additions & 1 deletion openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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':
Expand Down

0 comments on commit 62a2cf1

Please sign in to comment.