From 9b8e726c41b45a3ab428cc4ea75ea8a64ff0880a Mon Sep 17 00:00:00 2001 From: quindecim Date: Sat, 15 Feb 2020 14:25:05 -0500 Subject: [PATCH] [UPSTREAM] - Fixed minor typos in config file --- config/dnscrypt-proxy.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/dnscrypt-proxy.toml b/config/dnscrypt-proxy.toml index 95bd819..b1823ff 100644 --- a/config/dnscrypt-proxy.toml +++ b/config/dnscrypt-proxy.toml @@ -190,12 +190,12 @@ dnscrypt_ephemeral_keys = true ## They will never be used if lists have already been cached, and if stamps ## don't include host names without IP addresses. ## They will not be used if the configured system DNS works. -## Resolver supporting DNSSEC are recommended. +## Resolvers supporting DNSSEC are recommended. ## ## People in China may need to use 114.114.114.114:53 here. ## Other popular options include 8.8.8.8 and 1.1.1.1. ## -## If more than one resolver are specified, they will be tried in sequence. +## If more than one resolver is specified, they will be tried in sequence. fallback_resolvers = ['91.239.100.100:53'] @@ -391,7 +391,7 @@ cache_neg_max_ttl = 600 [query_log] ## Path to the query log file (absolute, or relative to the same directory as the config file) - ## Non non-Windows systems, can be /dev/stdout to log to the standard output (and set log_files_max_size to 0) + ## On non-Windows systems, can be /dev/stdout to log to the standard output (and set log_files_max_size to 0) # file = 'query.log'