This commit is contained in:
Bxio 2025-06-23 16:07:25 +01:00
parent 1e37604764
commit a084dccdd6

View File

@ -61,6 +61,7 @@ for country in $COUNTRIES; do
if ipset list "$country" &>/dev/null; then if ipset list "$country" &>/dev/null; then
echo "[$country] Limpando ipset antigo..." echo "[$country] Limpando ipset antigo..."
ipset destroy "$country" ipset destroy "$country"
ipset create "$country" hash:net maxelem 262144
else else
echo "[$country] Criando novo ipset..." echo "[$country] Criando novo ipset..."
ipset create "$country" hash:net maxelem 262144 ipset create "$country" hash:net maxelem 262144