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 = ({ /> +
+
+ +
+