From 057ad4776130f49288f106b4544b6dd9f540f4e8 Mon Sep 17 00:00:00 2001 From: Eugene Burkov Date: Thu, 20 Jun 2024 17:59:53 +0300 Subject: [PATCH] Pull request 199: 7075 Doc load-balance Squashed commit of the following: commit fc74b9a8e15ef70831020657e93724f9ed8c62c4 Author: Eugene Burkov Date: Thu Jun 20 17:46:03 2024 +0300 Configuration: redoc load balance --- Configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Configuration.md b/Configuration.md index 7fb7e16..2d781c7 100644 --- a/Configuration.md +++ b/Configuration.md @@ -540,8 +540,8 @@ Settings are stored in [YAML format](https://en.wikipedia.org/wiki/YAML), possib - `upstream_mode` (**since v0.107.44**): The mode describes the logic through which the upstreams will be used. The possible values are: - `load_balance`: Queries are sent to each upstream server one-by-one. - AdGuard Home uses its weighted random server selection algorithm to use - the fastest server more often. + AdGuard Home uses a weighted random algorithm to select servers with the + lowest number of failed lookups and the lowest average lookup time. - `parallel`: Parallel queries to all configured upstream servers to speed up resolving. - `fastest_addr`: It finds an IP address with the lowest latency and