mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 02:14:40 +01:00
Updated Load Balancing Options (markdown)
parent
b5635e609f
commit
83d2d9ef18
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# Load Balancing
|
||||
|
||||
`DNSCrypt-Proxy` comes with a load balancing algorithm. It will send consecutive DNS queries to different DNS servers randomly chosen from a sorted (fastest to slowest) set of a chosen size. The size of that set is what you can chose in the configuration file with the `lb_strategy =` parameter. A server will be chosen randomly among the N fastest servers in your list of servers (or if you are not specifically choosing servers with the `server_names =` parameter, among the N fastest servers from all servers that match your requirements.)
|
||||
`DNSCrypt-Proxy` comes with a load balancing algorithm. It will send consecutive DNS queries to different DNS servers randomly chosen from a sorted (fastest to slowest) set of a chosen size. The size of that set is what you can chose in the configuration file with the `lb_strategy` parameter. A server will be chosen randomly among the N fastest servers in your list of servers (or if you are not specifically choosing servers with the `server_names` parameter, among the N fastest servers from all servers that match your requirements.)
|
||||
|
||||
## How The List Of Servers Is Populated
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue