From abddf312f44d54d0a8bab5e045ea8132abd66e9f Mon Sep 17 00:00:00 2001 From: Bxio Date: Mon, 23 Jun 2025 20:13:42 +0100 Subject: [PATCH] --- start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/start.sh b/start.sh index 9a3fa57..ce7ec48 100644 --- a/start.sh +++ b/start.sh @@ -44,13 +44,13 @@ function add_iptables_rule() { # https://raw.githubusercontent.com/firehol/blocklist-ipsets/refs/heads/master/geolite2_country/country_${country}.netset # https://www.ipdeny.com/ipblocks/data/countries/${country}.zone # https://raw.githubusercontent.com/firehol/blocklist-ipsets/refs/heads/master/ipip_country/ipip_country_${country}.netset -# https://github.com/ipverse/rir-ip/blob/master/country/${country}/ipv4-aggregated.txt +# https://raw.githubusercontent.com/ipverse/rir-ip/refs/heads/master/country/${country}/ipv4-aggregated.txt for country in $COUNTRIES; do - url="https://github.com/ipverse/rir-ip/blob/master/country/${country}/ipv4-aggregated.txt" # + url="https://raw.githubusercontent.com/ipverse/rir-ip/refs/heads/master/country/${country}/ipv4-aggregated.txt" # echo "[$(date '+%Y-%m-%d %H:%M:%S')] Baixando lista IPs: $country" tmp_file2="${ZONE_DIR}/${country}.zone.tmp2"