diff options
author | mb300sd <mb300sd@github> | 2018-08-02 02:27:58 -0400 |
---|---|---|
committer | mb300sd <mb300sd@github> | 2018-08-02 14:00:22 -0400 |
commit | 63bcf3df3b33994ded58b5a47d38afc574c94c92 (patch) | |
tree | 77c8ecbf94a1a97415a4ff992b8df8d95f0de47e /interface-definitions | |
parent | 5dd7958c616f186f878bf759ee61cbd6e2eabb06 (diff) | |
download | vyos-1x-63bcf3df3b33994ded58b5a47d38afc574c94c92.tar.gz vyos-1x-63bcf3df3b33994ded58b5a47d38afc574c94c92.zip |
T754: add DNSSEC to DNS forwarder
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/dns-forwarding.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/interface-definitions/dns-forwarding.xml b/interface-definitions/dns-forwarding.xml index a00b23d8d..01e8ad7d3 100644 --- a/interface-definitions/dns-forwarding.xml +++ b/interface-definitions/dns-forwarding.xml @@ -32,6 +32,34 @@ <multi/> </properties> </leafNode> + <leafNode name="dnssec"> + <properties> + <help>DNSSEC mode</help> + <valueHelp> + <format>off</format> + <description></description> + </valueHelp> + <valueHelp> + <format>process-no-validate</format> + <description></description> + </valueHelp> + <valueHelp> + <format>process</format> + <description></description> + </valueHelp> + <valueHelp> + <format>log-fail</format> + <description></description> + </valueHelp> + <valueHelp> + <format>validate</format> + <description></description> + </valueHelp> + <constraint> + <regex>(off|process-no-validate|process|log-fail|validate)</regex> + </constraint> + </properties> + </leafNode> <tagNode name="domain"> <properties> <help>Domain to forward to a custom DNS server</help> |