Pull request 2241: 7075 Doc load-balancing
Updates #7075.
Squashed commit of the following:
commit cd889bd828bcfaf71087727f169f05b69c508a45
Author: Eugene Burkov <E.Burkov@AdGuard.COM>
Date: Thu Jun 20 17:20:13 2024 +0300
client: imp text
commit 3d51d48037
Author: Eugene Burkov <E.Burkov@AdGuard.COM>
Date: Wed Jun 19 13:47:48 2024 +0300
client: imp ui text
This commit is contained in:
parent
08d863dd3a
commit
6472140920
|
@ -6,7 +6,7 @@
|
|||
"upstream_parallel": "Use parallel queries to speed up resolving by querying all upstream servers simultaneously.",
|
||||
"parallel_requests": "Parallel requests",
|
||||
"load_balancing": "Load-balancing",
|
||||
"load_balancing_desc": "Query one upstream server at a time. AdGuard Home uses its weighted random algorithm to pick the server so that the fastest server is used more often.",
|
||||
"load_balancing_desc": "Query one upstream server at a time. AdGuard Home uses a weighted random algorithm to select servers with the lowest number of failed lookups and the lowest average lookup time.",
|
||||
"bootstrap_dns": "Bootstrap DNS servers",
|
||||
"bootstrap_dns_desc": "IP addresses of DNS servers used to resolve IP addresses of the DoH/DoT resolvers you specify as upstreams. Comments are not permitted.",
|
||||
"fallback_dns_title": "Fallback DNS servers",
|
||||
|
|
Loading…
Reference in New Issue