diff --git a/start.sh b/start.sh index ce7ec48..4f879c3 100644 --- a/start.sh +++ b/start.sh @@ -50,7 +50,7 @@ function add_iptables_rule() { for country in $COUNTRIES; do - url="https://raw.githubusercontent.com/ipverse/rir-ip/refs/heads/master/country/${country}/ipv4-aggregated.txt" # + url="https://www.ipdeny.com/ipblocks/data/countries/${country}.zone" # echo "[$(date '+%Y-%m-%d %H:%M:%S')] Baixando lista IPs: $country" tmp_file2="${ZONE_DIR}/${country}.zone.tmp2"