mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 10:24:40 +01:00
The "fastest" load-balancing strategy has been renamed to "first".
parent
f9cfb2a454
commit
f225a30511
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ Over time, every server gets compared to all other servers and the list is progr
|
||||||
|
|
||||||
So, the servers are sorted from quickest to slowest. The load balancing is done using that list. You have a choice of 4 different ranges/sets from which to choose the server that will next be queried. The server is choosen randomly inside that set. The 4 possible values of the `lb_strategy` parameter are:
|
So, the servers are sorted from quickest to slowest. The load balancing is done using that list. You have a choice of 4 different ranges/sets from which to choose the server that will next be queried. The server is choosen randomly inside that set. The 4 possible values of the `lb_strategy` parameter are:
|
||||||
|
|
||||||
* `fastest` (always pick the fastest server in the list)
|
* `first` (always pick the fastest server in the list)
|
||||||
* `p2` (randomly choose between the top 2 fastest servers)
|
* `p2` (randomly choose between the top 2 fastest servers)
|
||||||
* `ph` (randomly choose between the top fastest half of all servers)
|
* `ph` (randomly choose between the top fastest half of all servers)
|
||||||
* `random` (just pick any random server from the list)
|
* `random` (just pick any random server from the list)
|
||||||
|
|
Loading…
Add table
Reference in a new issue