This commit is contained in:
parent
1e37604764
commit
a084dccdd6
1
start.sh
1
start.sh
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user