This commit is contained in:
Bxio 2025-06-23 18:14:31 +01:00
parent b9e2ada123
commit 22ec9a4c3d

View File

@ -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