From 94a284fd024b60c1154c542d60ff7a74b8be6c83 Mon Sep 17 00:00:00 2001 From: B00ze64 Date: Sat, 7 Apr 2018 01:48:00 -0400 Subject: [PATCH] Updated Load Balancing Options (markdown) --- Load-Balancing-Options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Load-Balancing-Options.md b/Load-Balancing-Options.md index 9e8299c..4b3d2d4 100644 --- a/Load-Balancing-Options.md +++ b/Load-Balancing-Options.md @@ -35,5 +35,5 @@ The default strategy is **p2** so `DNSCrypt-Proxy` will pick one of the two fast ## Some Remarks -If you enable logging and have a look at the `DNSCrypt-Proxy` log, you will see the response times of all your servers when the proxy starts. You should notice that only a few servers are very fast for you, with the majority being appreciably slower. What this means is that if you have a relatively large list of random server from around the world, and you chose the **ph** strategy, some of your queries will probably end-up using slower servers; **p2** is probably the best strategy to use. +If you enable logging and have a look at the `DNSCrypt-Proxy` log, you will see the response times of all your servers when the proxy starts. Since there are so few DNSCrypt servers out there, you should notice that only a few servers are very fast for you, with the majority being appreciably slower. What this means is that if you have a relatively large list of random server from around the world, and you chose the **ph** strategy, some of your queries will probably end-up using slower servers; **p2** is probably the best strategy to use. However, **ph** would probably be pretty good if you were choosing regular DNS servers, since there are thousands and many will be very fast for you.