mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-04 21:57:44 +03:00
parent
a726a40dc5
commit
2aa0b7d6a7
1 changed files with 7 additions and 0 deletions
|
@ -108,6 +108,13 @@ timeout = 2500
|
||||||
keepalive = 30
|
keepalive = 30
|
||||||
|
|
||||||
|
|
||||||
|
## Use the REFUSED return code for blocked responses
|
||||||
|
## Setting this to `false` means that some responses will be lies.
|
||||||
|
## Unfortunately, `false` appears to be required for Android 8+
|
||||||
|
|
||||||
|
refused_code_in_responses = false
|
||||||
|
|
||||||
|
|
||||||
## Load-balancing strategy: 'p2' (default), 'ph', 'fastest' or 'random'
|
## Load-balancing strategy: 'p2' (default), 'ph', 'fastest' or 'random'
|
||||||
|
|
||||||
# lb_strategy = 'p2'
|
# lb_strategy = 'p2'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue