From 10444a0cb35b072fc1b411a05f635acdc14ddd11 Mon Sep 17 00:00:00 2001 From: noe Date: Sat, 30 Mar 2024 02:17:16 -0400 Subject: [PATCH] ingress-proxy: pdr cache zone --- nixos/hosts/ingress-proxy/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/hosts/ingress-proxy/default.nix b/nixos/hosts/ingress-proxy/default.nix index b33f0cf..4608af8 100644 --- a/nixos/hosts/ingress-proxy/default.nix +++ b/nixos/hosts/ingress-proxy/default.nix @@ -38,6 +38,7 @@ in { proxyCachePath."pdr" = { enable = true; keysZoneSize = "16m"; + keysZoneName = "pdr"; inactive = "720m"; };