Add description for [force_tcp = true] in README.md

See [#2020](https://github.com/DNSCrypt/dnscrypt-proxy/discussions/2020)
This commit is contained in:
quindecim 2022-02-09 01:06:23 +01:00 committed by GitHub
parent 31f13e27e7
commit 5677e975c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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)