mirror of
https://github.com/aclist/dztui.git
synced 2025-04-04 11:33:01 +02:00
Merge pull request #207 from aclist/chore/2025-03-ipdb
All checks were successful
Mirror to Codeberg / mirror-to-codeberg (push) Successful in 17s
All checks were successful
Mirror to Codeberg / mirror-to-codeberg (push) Successful in 17s
chore: update ip records
This commit is contained in:
commit
82d2afb1f2
1 changed files with 2 additions and 2 deletions
4
dzgui.sh
4
dzgui.sh
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
version=5.6.5
|
version=5.6.6
|
||||||
|
|
||||||
#CONSTANTS
|
#CONSTANTS
|
||||||
aid=221100
|
aid=221100
|
||||||
|
@ -639,7 +639,7 @@ fetch_helpers_by_sum(){
|
||||||
}
|
}
|
||||||
fetch_geo_file(){
|
fetch_geo_file(){
|
||||||
# for binary releases
|
# for binary releases
|
||||||
local geo_sum="9824e9b9a75a4830a2423932cc188b06"
|
local geo_sum="76ec9e25b92022de5d2e9c41baf88772"
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue