all: sync with master
This commit is contained in:
@@ -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`
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user