From 1240d5d3a255f4c5eaf128627d4957cadbe4cf8d Mon Sep 17 00:00:00 2001 From: Asmir A Date: Wed, 15 Jan 2025 11:35:21 +0100 Subject: [PATCH] nixy/dnscyrpt-proxy2: add full path for public-resolvers.md --- nixy/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixy/configuration.nix b/nixy/configuration.nix index daa3fca..3d4279a 100644 --- a/nixy/configuration.nix +++ b/nixy/configuration.nix @@ -486,7 +486,7 @@ "https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v3/public-resolvers.md" "https://download.dnscrypt.info/resolvers-list/v3/public-resolvers.md" ]; - cache_file = "public-resolvers.md"; + cache_file = "/var/lib/dnscrypt-proxy/public-resolvers.md"; minisign_key = "RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3"; }; };