From a084dccdd648111f0ec799e77b45bac3d3634ead Mon Sep 17 00:00:00 2001 From: Bxio Date: Mon, 23 Jun 2025 16:07:25 +0100 Subject: [PATCH] --- start.sh | 1 + 1 file changed, 1 insertion(+) 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