all: sync with master
This commit is contained in:
@@ -6,6 +6,14 @@
|
||||
|
||||
|
||||
|
||||
## v0.107.20: API Changes
|
||||
|
||||
### `POST /control/cache_clear`
|
||||
|
||||
* The new `POST /control/cache_clear` HTTP API allows clearing the DNS cache.
|
||||
|
||||
|
||||
|
||||
## v0.107.17: API Changes
|
||||
|
||||
### `GET /control/blocked_services/services` is deprecated
|
||||
|
||||
@@ -94,6 +94,15 @@
|
||||
'responses':
|
||||
'200':
|
||||
'description': 'OK'
|
||||
'/cache_clear':
|
||||
'post':
|
||||
'tags':
|
||||
- 'global'
|
||||
'operationId': 'cacheClear'
|
||||
'summary': 'Clear DNS cache'
|
||||
'responses':
|
||||
'200':
|
||||
'description': 'OK'
|
||||
'/test_upstream_dns':
|
||||
'post':
|
||||
'tags':
|
||||
|
||||
Reference in New Issue
Block a user