From aca87311d13ec3e5ab70277c4a5cc78de9c44f07 Mon Sep 17 00:00:00 2001 From: Bxio Date: Mon, 23 Jun 2025 18:32:44 +0100 Subject: [PATCH] --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"