From dd136214c61969c01cec2914ecd5d58018fa00e3 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Fri, 4 Oct 2024 09:16:31 -0400 Subject: [PATCH] Updated Advanced settings (markdown) --- Advanced-settings.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/Advanced-settings.md b/Advanced-settings.md index ac458ac..bcddb5c 100644 --- a/Advanced-settings.md +++ b/Advanced-settings.md @@ -396,6 +396,29 @@ For development purposes only. If set to `true`, turns off [_WebAssembly_](https://developer.mozilla.org/en-US/docs/WebAssembly/Concepts) optimizations in uBO code. +*** + +#### `dnsCacheTTL` + +Default: `600`. + +uBO 1.60.0 and above. + +Value in seconds for the time after which a cached DNS entry is discarded so as to force a new DNS resolution cycle for a given hostname. + +*** + +#### `dnsResolveEnabled` + +Default: `true`. + +uBO 1.60.0 and above. + +When set to `true`, uBO will make use of the [`dns` API](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/dns) to resolve the hostname of network requests to obtain their associated IP address(es) and CNAME, required to fulfill `ipaddress=` filter option and to uncloak CNAME. + +If set to `false`, uBO will not make use of the `dns` API. + + *** #### `extensionUpdateForceReload`