From 2aa0b7d6a7ed7bf84562f4055b4a6d30830a3eb5 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sat, 23 Feb 2019 12:34:59 +0100 Subject: [PATCH] Add `refused_code_in_responses` to the example. Fixes #738 --- dnscrypt-proxy/example-dnscrypt-proxy.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dnscrypt-proxy/example-dnscrypt-proxy.toml b/dnscrypt-proxy/example-dnscrypt-proxy.toml index 4e093e2a..926436c0 100644 --- a/dnscrypt-proxy/example-dnscrypt-proxy.toml +++ b/dnscrypt-proxy/example-dnscrypt-proxy.toml @@ -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'