From 5677e975c9cc0235ac981da7f14c013ddb53bcdf Mon Sep 17 00:00:00 2001 From: quindecim <49964366+quindecim@users.noreply.github.com> Date: Wed, 9 Feb 2022 01:06:23 +0100 Subject: [PATCH] Add description for [force_tcp = true] in README.md See [#2020](https://github.com/DNSCrypt/dnscrypt-proxy/discussions/2020) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 95d7eaf..da07e8e 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,8 @@ All the binary files are downloaded from the [official release page](https://git - `require_dnssec` = `true` (server must support `DNSSEC` security extension) +- `force_tcp` = `true` (fix for modile data connections if `routes` have been set and `skip_incompatible` = `true`, see [#2020](https://github.com/DNSCrypt/dnscrypt-proxy/discussions/2020)) + - `timeout` = `1000` (set the max. response time of a single DNS query from `5000` to `1000` ms.) - `blocked_query_response` = `'refused'` (set `refused` response to blocked queries)