From a256ae1a8d1ffb2919fa495ad7633e7df4535875 Mon Sep 17 00:00:00 2001 From: gacekjk Date: Mon, 12 Sep 2022 19:23:56 +0200 Subject: [PATCH] Services / Proxy - update pattern to zst for the Arch packages (#6014) --- src/opnsense/service/templates/OPNsense/Proxy/squid.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/opnsense/service/templates/OPNsense/Proxy/squid.conf b/src/opnsense/service/templates/OPNsense/Proxy/squid.conf index d91e0c618..e085392c5 100644 --- a/src/opnsense/service/templates/OPNsense/Proxy/squid.conf +++ b/src/opnsense/service/templates/OPNsense/Proxy/squid.conf @@ -334,7 +334,7 @@ coredump_dir /var/squid/cache {% if helpers.exists('OPNsense.proxy.general.cache.local.cache_linux_packages') and OPNsense.proxy.general.cache.local.cache_linux_packages == '1' %} # Linux package cache: -refresh_pattern pkg\.tar\.xz$ 0 20% 4320 refresh-ims +refresh_pattern pkg\.tar\.zst$ 0 20% 4320 refresh-ims refresh_pattern d?rpm$ 0 20% 4320 refresh-ims refresh_pattern deb$ 0 20% 4320 refresh-ims refresh_pattern udeb$ 0 20% 4320 refresh-ims