From 74a6eebdbf63382f8ad3e821c7b724af34af6fae Mon Sep 17 00:00:00 2001 From: quindecim Date: Wed, 8 Jul 2020 10:44:20 -0400 Subject: [PATCH] [UPSTREAM] - Rename the python script name / Don't use Lumberjack for non-regular files https://github.com/DNSCrypt/dnscrypt-proxy/commit/77a27a46a4dcb2a5925f4a2e3fc73f41b475baf7 https://github.com/DNSCrypt/dnscrypt-proxy/commit/8dd4612ea743eee6f2a864f790a95f00537dc2b5 --- 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 be787e7..b4c0e63 100644 --- a/config/dnscrypt-proxy.toml +++ b/config/dnscrypt-proxy.toml @@ -406,7 +406,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) - ## On non-Windows systems, can be /dev/stdout to log to the standard output (also set log_files_max_size to 0) + ## Can be set to /dev/stdout in order to log to the standard output. # file = 'query.log' @@ -456,9 +456,9 @@ cache_neg_max_ttl = 600 ## ads*.example.* ## ads*.example[0-9]*.com ## -## Example blocklist files can be found at https://download.dnscrypt.info/blacklists/ +## Example blocklist files can be found at https://download.dnscrypt.info/blocklists/ ## A script to build blocklists from public feeds can be found in the -## `utils/generate-domains-blacklists` directory of the dnscrypt-proxy source code. +## `utils/generate-domains-blocklists` directory of the dnscrypt-proxy source code. [blocked_names]