1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2024-12-28 21:32:36 +01:00

chore: update IP records

This commit is contained in:
aclist 2024-04-22 10:44:13 +09:00
parent 88cc8b1f7f
commit ec72772ac4

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -o pipefail set -o pipefail
version=5.2.3-rc.1 version=5.2.3-rc.2
#CONSTANTS #CONSTANTS
aid=221100 aid=221100
@ -579,7 +579,7 @@ fetch_helpers_by_sum(){
} }
fetch_geo_file(){ fetch_geo_file(){
# for binary releases # for binary releases
local geo_sum="e7f3b25223ac4dfd5e30a0b55bb3ff6c" local geo_sum="7b6668eb4535bb432acb42016ba9cc47"
local km_sum="b038fdb8f655798207bd28de3a004706" local km_sum="b038fdb8f655798207bd28de3a004706"
local gzip="$helpers_path/ips.csv.gz" local gzip="$helpers_path/ips.csv.gz"
if [[ ! -f $geo_file ]] || [[ $(get_hash $geo_file) != $geo_sum ]]; then if [[ ! -f $geo_file ]] || [[ $(get_hash $geo_file) != $geo_sum ]]; then