Compare commits

...

2 Commits

Author SHA1 Message Date
Koloszár Gergely
a4e03a0b88
Merge cbc131028f into 936dfe8d02 2025-10-22 23:22:23 +00:00
aclist
cbc131028f
chore: capitalize TODO for syntax highlighting 2025-10-23 08:22:20 +09:00

View File

@ -518,7 +518,7 @@ local_latlon(){
fi
local local_ip=$(curl -Ls "$url_ipecho")
else
# todo : implement checking remote
# TODO : implement checking remote
local local_ip=$(dig -4 +short myip.opendns.com @resolver1.opendns.com)
fi
local url_ip_api="http://ip-api.com/json/$local_ip"