This commit is contained in:
parent
b9e2ada123
commit
22ec9a4c3d
1
start.sh
1
start.sh
@ -78,6 +78,7 @@ for country in $COUNTRIES; do
|
|||||||
|
|
||||||
while read -r subnet; do
|
while read -r subnet; do
|
||||||
ipset add "$country" "$subnet" -exist || echo "Falha ao adicionar: $subnet"
|
ipset add "$country" "$subnet" -exist || echo "Falha ao adicionar: $subnet"
|
||||||
|
echo "[$country | $subnet] Criando novo ipset..."
|
||||||
done < "$target_file"
|
done < "$target_file"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user