Updated Load Balancing Options (markdown)

B00ze64 2018-04-07 01:41:58 -04:00
parent b5635e609f
commit 83d2d9ef18

@ -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