+ dnsforward: add dnssec_enabled option

This commit is contained in:
Simon Zolin
2020-02-17 17:34:57 +03:00
parent 7ff743ab32
commit a5c2cdaf38
5 changed files with 85 additions and 4 deletions

View File

@@ -1110,6 +1110,8 @@ definitions:
type: "string"
edns_cs_enabled:
type: "boolean"
dnssec_enabled:
type: "boolean"
UpstreamsConfig:
type: "object"
@@ -1517,6 +1519,8 @@ definitions:
description: "Answer from upstream server (optional)"
items:
$ref: "#/definitions/DnsAnswer"
answer_dnssec:
type: "boolean"
client:
type: "string"
example: "192.168.0.1"