* DNS API: new setting "upstream_mode"; remove "fastest_addr", "parallel_requests"
* use dnsproxy v0.29.0
Squashed commit of the following:
commit f18b7231f3f3f84446c0d837855af342f3c971b4
Merge: 501a4e06 dae275e6
Author: Simon Zolin <s.zolin@adguard.com>
Date: Wed Jun 10 15:24:15 2020 +0300
Merge remote-tracking branch 'origin/master' into update-dnsproxy
commit 501a4e06ab350e46ff78656141d925de9f2e4996
Author: Simon Zolin <s.zolin@adguard.com>
Date: Fri Jun 5 12:47:13 2020 +0300
openapi
commit 3930bd196572924f164ed011629356a0ac0ec631
Author: Simon Zolin <s.zolin@adguard.com>
Date: Fri Jun 5 12:21:32 2020 +0300
* DNS API: new setting "upstream_mode"; remove "fastest_addr", "parallel_requests"
* use dnsproxy v0.29.0
This commit is contained in:
@@ -1019,12 +1019,11 @@ components:
|
||||
type: boolean
|
||||
dnssec_enabled:
|
||||
type: boolean
|
||||
fastest_addr:
|
||||
type: boolean
|
||||
parallel_requests:
|
||||
type: boolean
|
||||
description: If true, parallel queries to all configured upstream servers are
|
||||
enabled
|
||||
upstream_mode:
|
||||
enum:
|
||||
- ""
|
||||
- parallel
|
||||
- fastest_addr
|
||||
UpstreamsConfig:
|
||||
type: object
|
||||
description: Upstreams configuration
|
||||
|
||||
Reference in New Issue
Block a user