From 85d5366921d9ffc7d6ea62e483ca0c289025ae6f Mon Sep 17 00:00:00 2001 From: Bxio Date: Mon, 23 Jun 2025 19:28:24 +0100 Subject: [PATCH] --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index af0d1ee..cda13e8 100644 --- a/start.sh +++ b/start.sh @@ -48,7 +48,7 @@ function add_iptables_rule() { for country in $COUNTRIES; do - url="https://raw.githubusercontent.com/firehol/blocklist-ipsets/refs/heads/master/geolite2_country/country_${country}.netset" # + url="https://raw.githubusercontent.com/firehol/blocklist-ipsets/refs/heads/master/ip2location_country/ip2location_country_${country}.netset" # echo "[$(date '+%Y-%m-%d %H:%M:%S')] Baixando lista IPs: $country" tmp_file2="${ZONE_DIR}/${country}.zone.tmp2"