ipset: -9 gzip ratio

This commit is contained in:
bol-van
2026-01-07 07:03:12 +03:00
parent ca7569f68a
commit e6591575fe
+1 -1
View File
@@ -124,7 +124,7 @@ zzcat()
zz()
{
if [ "$GZIP_LISTS" = "1" ]; then
gzip -c >"$1.gz"
gzip -9c >"$1.gz"
rm -f "$1"
else
cat >"$1"