1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-03-14 16:33:00 +01:00

chore: update IP db

This commit is contained in:
aclist 2025-02-09 18:53:32 +09:00
parent 25ec6ec08d
commit 3a1223be9d
2 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,9 @@
# Changelog
## [5.7.0-beta.7] 2024-02-09
## Changed
- Update IP database records for 2025-02
## [5.7.0-beta.6] 2024-01-10
## Fixed
- Resolve regression introduced with IP resolution feature in 13c6813

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -o pipefail
version=5.7.0-beta.5
version=5.7.0-beta.7
#CONSTANTS
aid=221100
@ -639,7 +639,7 @@ fetch_helpers_by_sum(){
}
fetch_geo_file(){
# for binary releases
local geo_sum="28ccd75b3e03cf07a7011f22ef0cd69b"
local geo_sum="9824e9b9a75a4830a2423932cc188b06"
local km_sum="b038fdb8f655798207bd28de3a004706"
local gzip="$helpers_path/ips.csv.gz"
if [[ ! -f $geo_file ]] || [[ $(get_hash $geo_file) != $geo_sum ]]; then