From e744f84e2c8766916f905f4e9bee8295a1c2572a Mon Sep 17 00:00:00 2001 From: quindecim <49964366+quindecim@users.noreply.github.com> Date: Wed, 9 Feb 2022 01:18:04 +0100 Subject: [PATCH] Improve readability in README.md --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index b05ef9e..6dbc675 100644 --- a/README.md +++ b/README.md @@ -29,33 +29,33 @@ All the binary files are downloaded from the [official release page](https://git - `server_names` = `acsacsar-ams-ipv4` [NLD], `altername` [RUS], `ams-dnscrypt-nl` [NLD], `bcn-dnscrypt` [ESP], `d0wn-tz-ns1` [TZA], `dct-at1` [AUS], `dct-de1` [DEU], `dct-ru1` [RUS], `dct-ru2` [RUS], `dns.digitalsize.net` [DEU], `dns.watch` [DEU], `dnscrypt.be` [BEL], `dnscrypt.ca-1` [CAN], `dnscrypt.ca-2` [CAN], `dnscrypt.eu-nl` [NLD], `dnscrypt.pl` [POL], `dnscrypt.uk-ipv4` [GBR], `dnswarden-asia-uncensor-dcv4` [SGP], `dnswarden-eu-uncensor-dcv4` [DEU], `dnswarden-us-uncensor-dcv4` [USA], `gombadi-syd` [AUS], `meganerd` [NLD], `moulticast-ca-ipv4` [CAN], `moulticast-de-ipv4` [DEU], `moulticast-fr-ipv4` [FRA], `moulticast-sg-ipv4` [SGP], `moulticast-uk-ipv4` [GBR], `pf-dnscrypt` [CHE], `plan9-dns` [USA], `plan9-ns2` [USA], `pryv8boi` [DEU], `pwoss.org-dnscrypt` [DEU], `resolver4.dns.openinternet.io` [USA], `scaleway-ams` [NLD], `scaleway-fr` [FRA], `serbica` [NLD], `v.dnscrypt.uk-ipv4` [GBR], `zackptg5-us-il-ipv4` [USA] are the resolvers in use. -- `doh_servers` = `false` (disable servers implementing the `DNS-over-HTTPS` protocol) +- `doh_servers = false` (disable servers implementing the `DNS-over-HTTPS` protocol) -- `require_dnssec` = `true` (server must support `DNSSEC` security extension) +- `require_dnssec = true` (server must support `DNSSEC` security extension) -- `force_tcp` = `true` (fix for mobile data intial connection if `routes` have been set and `skip_incompatible` = `true`, see [#2020](https://github.com/DNSCrypt/dnscrypt-proxy/discussions/2020)) +- `force_tcp = true` (fix for mobile data intial connection 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.) +- `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) +- `blocked_query_response = 'refused'` (set `refused` response to blocked queries) -- `log_level` = `0` (set the log level of the `dnscrypt-proxy.log` file to very verbose, but still keep it disabled by default) +- `# log_level = 0` (set the log level of the `dnscrypt-proxy.log` file to very verbose, but still keep it disabled by default) -- `dnscrypt_ephemeral_keys` = `true` (create a new, unique key for every single DNS query) +- `dnscrypt_ephemeral_keys = true` (create a new, unique key for every single DNS query) -- `bootstrap_resolvers` = `['91.239.100.100:53', '89.233.43.71:53']` (use [UncensoredDNS (Anycast & Unicast)](https://blog.uncensoreddns.org/) instead [CloudFlare](https://iscloudflaresafeyet.com/)) +- `bootstrap_resolvers = ['91.239.100.100:53', '89.233.43.71:53']` (use [UncensoredDNS (Anycast & Unicast)](https://blog.uncensoreddns.org/) instead [CloudFlare](https://iscloudflaresafeyet.com/)) -- `netprobe_address` = `'91.239.100.100:53'` (use [UncensoredDNS (Anycast)](https://blog.uncensoreddns.org/) instead [CloudFlare](https://iscloudflaresafeyet.com/)) +- `netprobe_address = '91.239.100.100:53'` (use [UncensoredDNS (Anycast)](https://blog.uncensoreddns.org/) instead [CloudFlare](https://iscloudflaresafeyet.com/)) -- `block_ipv6` = `true` (immediately respond to IPv6-related queries with an empty response) +- `block_ipv6 = true` (immediately respond to IPv6-related queries with an empty response) - `blocked-names.txt`, `blocked-ips.txt`, `allowed-names.txt` and `allowed-ips.txt` files enabled. (to know more specifics about this, please refer to the [Filters (optional)](https://github.com/quindecim/dnscrypt-proxy-android#filters-optional) section below) - `anonymized_dns` feature enabled. (`routes` are indirect ways to reach DNSCrypt servers, each resolver has 2 relays assigned) -- `skip_incompatible` = `true` (skip resolvers incompatible with anonymization instead of using them directly) +- `skip_incompatible = true` (skip resolvers incompatible with anonymization instead of using them directly) -- `direct_cert_fallback` = `false` (prevent direct connections through the resolvers for failed certificate retrieved via relay) +- `direct_cert_fallback = false` (prevent direct connections through the resolvers for failed certificate retrieved via relay) ## Installation