mirror of
https://github.com/aclist/dztui.git
synced 2025-03-14 16:33:00 +01:00
commit
0629c8a6ba
3 changed files with 1030 additions and 2 deletions
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [5.6.6] 2024-02-09
|
||||||
|
### Changed
|
||||||
|
- Update IP database records for 2025-02
|
||||||
|
|
||||||
## [5.6.2] 2024-01-22
|
## [5.6.2] 2024-01-22
|
||||||
### Fixed
|
### Fixed
|
||||||
- Resolve regression introduced with IP resolution feature in 5.6.0 (restores functionality of right-click action: Add to My Servers)
|
- Resolve regression introduced with IP resolution feature in 5.6.0 (restores functionality of right-click action: Add to My Servers)
|
||||||
|
|
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.2
|
version=5.6.3
|
||||||
|
|
||||||
#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="28ccd75b3e03cf07a7011f22ef0cd69b"
|
local geo_sum="9824e9b9a75a4830a2423932cc188b06"
|
||||||
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
|
||||||
|
|
1024
dzgui.sh.old
Executable file
1024
dzgui.sh.old
Executable file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue