Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-14 06:13:09 +00:00

ipset: -9 gzip ratio

This commit is contained in:
bol-van
2026-01-07 07:03:12 +03:00
parent ca7569f68a
commit e6591575fe

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"