Add `refused_code_in_responses` to the example.

Fixes #738
This commit is contained in:
Frank Denis 2019-02-23 12:34:59 +01:00
parent a726a40dc5
commit 2aa0b7d6a7
1 changed files with 7 additions and 0 deletions

View File

@ -108,6 +108,13 @@ timeout = 2500
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'
# lb_strategy = 'p2'