+ client: handle DNSSEC setting

This commit is contained in:
Ildar Kamalov
2020-02-18 14:35:27 +03:00
committed by Simon Zolin
parent a5c2cdaf38
commit 79bfa6a72b
4 changed files with 19 additions and 2 deletions

View File

@@ -45,6 +45,7 @@ const dnsConfig = handleActions(
blocking_ipv6: DEFAULT_BLOCKING_IPV6,
edns_cs_enabled: false,
disable_ipv6: false,
dnssec_enabled: false,
},
);