diff --git a/start.sh b/start.sh index 4c40167..09a75af 100644 --- a/start.sh +++ b/start.sh @@ -38,7 +38,7 @@ function add_iptables_rule() { } for country in $COUNTRIES; do #https://www.ipdeny.com/ipblocks/data/countries/${country}.zone - url="https://github.com/firehol/blocklist-ipsets/blob/master/geolite2_country/country_${country}.netset" # + url="https://raw.githubusercontent.com/firehol/blocklist-ipsets/refs/heads/master/geolite2_country/country_${country}.netset" # echo "[$(date '+%Y-%m-%d %H:%M:%S')] Baixando lista IPs: $country" tmp_file="${ZONE_DIR}/${country}.zone.tmp"