From b7cdd44967c610fa847c82b241e84be5cd4c8d5f Mon Sep 17 00:00:00 2001 From: Magic_RB Date: Fri, 28 Jul 2023 14:34:00 +0200 Subject: [PATCH] Increase dnscrypt-proxy cache size to 32768 Signed-off-by: Magic_RB --- nixos/systems/blowhole/firewall.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/systems/blowhole/firewall.nix b/nixos/systems/blowhole/firewall.nix index 07ff20a..9da74b2 100644 --- a/nixos/systems/blowhole/firewall.nix +++ b/nixos/systems/blowhole/firewall.nix @@ -52,7 +52,7 @@ in max_clients = 1024; - cache_size = 8192; + cache_size = 32768; }; };