all: resync with master
This commit is contained in:
@@ -4,6 +4,12 @@
|
||||
|
||||
## v0.108.0: API changes
|
||||
|
||||
## v0.107.58: API changes
|
||||
|
||||
### The ability to check rules for query types and/or clients: GET /control/check_host
|
||||
|
||||
- Added optional `client` and `qtype` URL query parameters.
|
||||
|
||||
## 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.
|
||||
|
||||
@@ -739,6 +739,20 @@
|
||||
- 'name': 'name'
|
||||
'in': 'query'
|
||||
'description': 'Filter by host name'
|
||||
'required': true
|
||||
'example': 'google.com'
|
||||
'schema':
|
||||
'type': 'string'
|
||||
- 'name': 'client'
|
||||
'in': 'query'
|
||||
'description': 'Optional ClientID or client IP address'
|
||||
'example': '192.0.2.1'
|
||||
'schema':
|
||||
'type': 'string'
|
||||
- 'name': 'qtype'
|
||||
'in': 'query'
|
||||
'description': 'Optional DNS type'
|
||||
'example': 'AAAA'
|
||||
'schema':
|
||||
'type': 'string'
|
||||
'responses':
|
||||
|
||||
Reference in New Issue
Block a user