Skip to content

Commit d94aab8

Browse files
committed
Format
1 parent c546f68 commit d94aab8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dnscrypt-proxy/example-dnscrypt-proxy.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ keepalive = 30
176176
###############################################################################
177177

178178
## Load-balancing strategy: 'wp2' (default), 'p2', 'ph', 'p<n>', 'first', or 'random'
179-
## 'wp2' (default): Weighted Power of Two - selects the better performing server from two
180-
## random candidates based on real-time RTT and success rates.
179+
## 'wp2' (default): Weighted Power of Two - selects the better performing server
180+
## from two random candidates based on real-time RTT and success rates.
181181
## 'p2': Randomly choose 1 of the fastest 2 servers by latency.
182182
## 'ph': Randomly choose from fastest half of servers.
183183
## 'p<n>': Randomly choose from fastest n servers (e.g., 'p3' for fastest 3).

0 commit comments

Comments
 (0)