diff --git a/start.sh b/start.sh index 936c80d..c3f2cdf 100644 --- a/start.sh +++ b/start.sh @@ -61,6 +61,7 @@ for country in $COUNTRIES; do if ipset list "$country" &>/dev/null; then echo "[$country] Limpando ipset antigo..." ipset destroy "$country" + ipset create "$country" hash:net maxelem 262144 else echo "[$country] Criando novo ipset..." ipset create "$country" hash:net maxelem 262144