From b998e793a9a064e6ce20c474e8d776d00f6dee37 Mon Sep 17 00:00:00 2001 From: Jakub Czajka Date: Sun, 23 Mar 2025 17:06:57 +0100 Subject: [PATCH] [dns] Configure block list. --- dnscrypt-proxy/dnscrypt-proxy.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnscrypt-proxy/dnscrypt-proxy.toml b/dnscrypt-proxy/dnscrypt-proxy.toml index 88fc917..67850ee 100644 --- a/dnscrypt-proxy/dnscrypt-proxy.toml +++ b/dnscrypt-proxy/dnscrypt-proxy.toml @@ -553,7 +553,7 @@ format = 'tsv' ## Path to the file of blocking rules (absolute, or relative to the same directory as the config file) -# blocked_names_file = 'blocked-names.txt' + blocked_names_file = '/etc/dns/blocked-names.txt' ## Optional path to a file logging blocked queries -- 2.39.5