dnscrypt-proxy.toml: note 2.0.24 fastest -> first

This commit is contained in:
Aminda Suomalainen 2019-07-14 18:36:31 +03:00
parent 117801ec9d
commit 41f44924be
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ cache = true
cache_size = 10000
# Load-balancing
# fastest = always fastest, p2 = random between two fastest, ph = random
# fastest (first in 2.0.24+)= always fastest, p2 = random between two fastest, ph = random
# from the fastest half of the configured list, random = any random
# https://github.com/jedisct1/dnscrypt-proxy/wiki/Load-Balancing-Options
lb_strategy = 'p2'