1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-04-08 05:23:01 +02:00

Compare commits

..

No commits in common. "0629c8a6ba4bd8b98e18dd55e7bcde53bd659220" and "0562d8230d29650d4d80a065e8261b9c45153132" have entirely different histories.

3 changed files with 2 additions and 1030 deletions

View file

@ -1,9 +1,5 @@
# Changelog
## [5.6.6] 2024-02-09
### Changed
- Update IP database records for 2025-02
## [5.6.2] 2024-01-22
### Fixed
- Resolve regression introduced with IP resolution feature in 5.6.0 (restores functionality of right-click action: Add to My Servers)

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -o pipefail
version=5.6.3
version=5.6.2
#CONSTANTS
aid=221100
@ -639,7 +639,7 @@ fetch_helpers_by_sum(){
}
fetch_geo_file(){
# for binary releases
local geo_sum="9824e9b9a75a4830a2423932cc188b06"
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

File diff suppressed because it is too large Load diff