mirror of
https://github.com/aclist/dztui.git
synced 2025-04-05 03:53:01 +02:00
fix: use ipv4
This commit is contained in:
parent
faaa6b3e87
commit
8e20e3e397
2 changed files with 3 additions and 3 deletions
4
dzgui.sh
4
dzgui.sh
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -o pipefail
|
||||
version=3.3.16
|
||||
version=3.3.17
|
||||
|
||||
aid=221100
|
||||
game="dayz"
|
||||
|
@ -1298,7 +1298,7 @@ local_latlon(){
|
|||
if [[ -z $(command -v dig) ]]; then
|
||||
local local_ip=$(curl -Ls "https://ipecho.net/plain")
|
||||
else
|
||||
local local_ip=$(dig +short myip.opendns.com @resolver1.opendns.com)
|
||||
local local_ip=$(dig -4 +short myip.opendns.com @resolver1.opendns.com)
|
||||
fi
|
||||
local url="http://ip-api.com/json/$local_ip"
|
||||
local res=$(curl -Ls "$url" | jq -r '"\(.lat),\(.lon)"')
|
||||
|
|
2
news
2
news
|
@ -1 +1 @@
|
|||
NEWS: If you are using Fedora 38, please update to zenity-3.99.1-1 to use DZGUI.
|
||||
NEWS: Fix: use IPV4 when polling server coordinates
|
||||
|
|
Loading…
Reference in a new issue