1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-04-03 19:13:00 +02:00

chore: update ip db checksum

This commit is contained in:
aclist 2025-03-15 16:50:25 +09:00
parent acf43b1591
commit 1b7254003a

View file

@ -639,7 +639,7 @@ fetch_helpers_by_sum(){
}
fetch_geo_file(){
# for binary releases
local geo_sum="9824e9b9a75a4830a2423932cc188b06"
local geo_sum="76ec9e25b92022de5d2e9c41baf88772"
local km_sum="b038fdb8f655798207bd28de3a004706"
local gzip="$helpers_path/ips.csv.gz"
if [[ ! -f $geo_file ]] || [[ $(get_hash $geo_file) != $geo_sum ]]; then