From 2f28ea38183eee42288014691a4d764731b8a765 Mon Sep 17 00:00:00 2001 From: quindecim Date: Sun, 1 Dec 2019 05:28:04 -0500 Subject: [PATCH] Enabled blacklist feature --- config/dnscrypt-proxy.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/dnscrypt-proxy.toml b/config/dnscrypt-proxy.toml index 6c80a4f..f755e4a 100644 --- a/config/dnscrypt-proxy.toml +++ b/config/dnscrypt-proxy.toml @@ -190,7 +190,7 @@ dnscrypt_ephemeral_keys = true ## It will never be used if lists have already been cached, and if stamps ## don't include host names without IP addresses. ## It will not be used if the configured system DNS works. -## A resolver supporting DNSSEC is recommended. This may become mandatory. +## A resolver supporting DNSSEC is 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. @@ -405,7 +405,7 @@ cache_neg_max_ttl = 600 ## Path to the file of blocking rules (absolute, or relative to the same directory as the executable file) - # blacklist_file = 'blacklist.txt' + blacklist_file = 'blacklist.txt' ## Optional path to a file logging blocked queries