From d8d499780dcb4c0b68cfbc866ae3d1d17d78f380 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Wed, 6 Oct 2021 02:06:55 -0700 Subject: [PATCH] New translations app.md (Russian) (#2074) --- content/ru-RU/docs/api/app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ru-RU/docs/api/app.md b/content/ru-RU/docs/api/app.md index eb431f659ceca..b0260600359c0 100644 --- a/content/ru-RU/docs/api/app.md +++ b/content/ru-RU/docs/api/app.md @@ -869,7 +869,7 @@ Activation policy types: * `options` Object * `enableBuiltInResolver` Boolean (optional) - Whether the built-in host resolver is used in preference to getaddrinfo. When enabled, the built-in resolver will attempt to use the system's DNS settings to do DNS lookups itself. Enabled by default on macOS, disabled by default on Windows and Linux. - * `secureDnsMode` String (optional) - Can be "off", "automatic" or "secure". Configures the DNS-over-HTTP mode. When "off", no DoH lookups will be performed. When "automatic", DoH lookups will be performed first if DoH is available, and insecure DNS lookups will be performed as a fallback. When "secure", only DoH lookups will be performed. Defaults to "automatic". + * `secureDnsMode` String (optional) - Can be "off", "automatic" or "secure". Configures the DNS-over-HTTP mode. When "off", no DoH lookups will be performed. При «автоматическом» поиск DoH будет выполняться первым, если DoH доступен, а небезопасный поиск DNS будет выполняться в качестве запасного. When "secure", only DoH lookups will be performed. Defaults to "automatic". * `secureDnsServers` String[] (optional) - A list of DNS-over-HTTP server templates. See [RFC8484 § 3][] for details on the template format. Most servers support the POST method; the template for such servers is simply a URI. Note that for [some DNS providers][doh-providers], the resolver will automatically upgrade to DoH unless DoH is explicitly disabled, even if there are no DoH servers provided in this list. * `enableAdditionalDnsQueryTypes` Boolean (optional) - Controls whether additional DNS query types, e.g. HTTPS (DNS type 65) will be allowed besides the traditional A and AAAA queries when a request is being made via insecure DNS. Has no effect on Secure DNS which always allows additional types. Defaults to true.