diff --git a/start.sh b/start.sh index 83c12c9..6eba5ad 100644 --- a/start.sh +++ b/start.sh @@ -46,7 +46,7 @@ function add_iptables_rule() { for country in $COUNTRIES; do - url="https://raw.githubusercontent.com/firehol/blocklist-ipsets/refs/heads/master/ip2location_country/ip2location_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_file2="${ZONE_DIR}/${country}.zone.tmp2"