From b91753e746c421b0e2bc82e2c2dd5aeb169a5406 Mon Sep 17 00:00:00 2001 From: Ildar Kamalov Date: Wed, 18 Dec 2019 13:17:24 +0300 Subject: [PATCH] + client: handle Disable IPv6 setting --- client/src/__locales/en.json | 6 ++++-- client/src/components/Settings/Dns/Config/Form.js | 12 ++++++++++++ client/src/components/Settings/Dns/Config/index.js | 2 ++ client/src/reducers/dnsConfig.js | 1 + 4 files changed, 19 insertions(+), 2 deletions(-) diff --git a/client/src/__locales/en.json b/client/src/__locales/en.json index 7d5b84fb..09ec7e34 100644 --- a/client/src/__locales/en.json +++ b/client/src/__locales/en.json @@ -431,5 +431,7 @@ "try_again": "Try again", "domain_desc": "Enter the domain name or wildcard you want to be rewritten.", "example_rewrite_domain": "rewrite responses for this domain name only.", - "example_rewrite_wildcard": "rewrite responses for all <0>example.org subdomains." -} \ No newline at end of file + "example_rewrite_wildcard": "rewrite responses for all <0>example.org subdomains.", + "disable_ipv6": "Disable IPv6", + "disable_ipv6_desc": "If this feature is enabled, all DNS queries for IPv6 addresses (type AAAA) will be dropped." +} diff --git a/client/src/components/Settings/Dns/Config/Form.js b/client/src/components/Settings/Dns/Config/Form.js index 33c25f06..271ae3c5 100644 --- a/client/src/components/Settings/Dns/Config/Form.js +++ b/client/src/components/Settings/Dns/Config/Form.js @@ -65,6 +65,18 @@ let Form = ({ /> +
+
+ +
+