From 3a757a7741a1a77f0e1b5489025c5d510416ade1 Mon Sep 17 00:00:00 2001 From: quindecim Date: Wed, 21 Oct 2020 23:30:29 -0400 Subject: [PATCH] [UPSTREAM] - Update example-dnscrypt-proxy.toml https://github.com/DNSCrypt/dnscrypt-proxy/commit/078f69357e48e2a211246316e370f477881eedb5 --- config/example-docs/example-dnscrypt-proxy.toml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/config/example-docs/example-dnscrypt-proxy.toml b/config/example-docs/example-dnscrypt-proxy.toml index af08a4f..54a52fd 100644 --- a/config/example-docs/example-dnscrypt-proxy.toml +++ b/config/example-docs/example-dnscrypt-proxy.toml @@ -125,20 +125,23 @@ keepalive = 30 # edns_client_subnet = ["0.0.0.0/0", "2001:db8::/32"] -## Response for blocked queries. Options are `refused`, `hinfo` (default) or -## an IP response. To give an IP response, use the format `a:,aaaa:`. +## Response for blocked queries. Options are `refused`, `hinfo` (default) or +## an IP response. To give an IP response, use the format `a:,aaaa:`. ## Using the `hinfo` option means that some responses will be lies. ## Unfortunately, the `hinfo` option appears to be required for Android 8+ # blocked_query_response = 'refused' -## Load-balancing strategy: 'p2' (default), 'ph', 'first' or 'random' +## Load-balancing strategy: 'p2' (default), 'ph', 'p', 'first' or 'random' +## Randomly choose 1 of the fastest 2, half, n, 1 or all live servers by latency. +## The response quality still depends on the server itself. # lb_strategy = 'p2' ## Set to `true` to constantly try to estimate the latency of all the resolvers ## and adjust the load-balancing parameters accordingly, or to `false` to disable. +## Default is `true` that makes 'p2' `lb_strategy` work well. # lb_estimator = true @@ -763,4 +766,3 @@ skip_incompatible = false # [static.'myserver'] # stamp = 'sdns://AQcAAAAAAAAAAAAQMi5kbnNjcnlwdC1jZXJ0Lg' -