all: sync with master

This commit is contained in:
Ainar Garipov
2025-02-18 19:50:19 +03:00
parent aef00413d5
commit effc822b85
50 changed files with 740 additions and 351 deletions

View File

@@ -4,6 +4,10 @@
## v0.108.0: API changes
## v0.107.57: API changes
- The new field `"upstream_timeout"` in `GET /control/dns_info` and `POST /control/dns_config` is the number of seconds to wait for a response from the upstream server.
## v0.107.56: API changes
### Documentation fix of `NetInterface`

View File

@@ -1570,6 +1570,10 @@
'example':
- 'tls://1.1.1.1'
- 'tls://1.0.0.1'
'upstream_timeout':
'type': 'integer'
'minimum': 1
'description': 'The number of seconds to wait for a response from the upstream server'
'UpstreamsConfig':
'type': 'object'
'description': 'Upstream configuration to be tested'