From 3fa43bff25cf6c571a99288490849a6ad10378b3 Mon Sep 17 00:00:00 2001 From: Asmir A Date: Fri, 10 May 2024 22:34:10 +0200 Subject: [PATCH] nixy/dnscrypt2: require nolog, nofilter; enable http3; set relative path for cache file --- nixy/configuration.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nixy/configuration.nix b/nixy/configuration.nix index efda169..6f6a171 100644 --- a/nixy/configuration.nix +++ b/nixy/configuration.nix @@ -171,7 +171,6 @@ documentation.dev.enable = true; - # List services that you want to enable: systemd = { services = { @@ -298,13 +297,16 @@ settings = { ipv6_servers = true; require_dnssec = true; + require_nolog = true; + require_nofilter = true; + http3 = true; sources.public-resolvers = { urls = [ "https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v3/public-resolvers.md" "https://download.dnscrypt.info/resolvers-list/v3/public-resolvers.md" ]; - cache_file = "/var/lib/dnscrypt-proxy2/public-resolvers.md"; + cache_file = "public-resolvers.md"; minisign_key = "RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3"; }; };