diff --git a/ipset/def.sh b/ipset/def.sh index f5b20f1..3ea7ae4 100644 --- a/ipset/def.sh +++ b/ipset/def.sh @@ -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"