+ client: handle Disable IPv6 setting

This commit is contained in:
Ildar Kamalov
2019-12-18 13:17:24 +03:00
parent 7ac5760509
commit b91753e746
4 changed files with 19 additions and 2 deletions

View File

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