chore: update db checksum

This commit is contained in:
aclist 2025-01-07 21:39:16 +09:00
parent a070e9fc65
commit c8f7a32284

View File

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