From 41f44924bed494ecd321ac5f2c0ffdb1f2921e56 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 14 Jul 2019 18:36:31 +0300 Subject: [PATCH] dnscrypt-proxy.toml: note 2.0.24 fastest -> first --- etc/dnscrypt-proxy/dnscrypt-proxy.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/dnscrypt-proxy/dnscrypt-proxy.toml b/etc/dnscrypt-proxy/dnscrypt-proxy.toml index 3d367835..8eda2f80 100644 --- a/etc/dnscrypt-proxy/dnscrypt-proxy.toml +++ b/etc/dnscrypt-proxy/dnscrypt-proxy.toml @@ -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'