chore: capitalize TODO for syntax highlighting

This commit is contained in:
aclist 2025-10-23 08:22:20 +09:00 committed by GitHub
parent 239a82876e
commit cbc131028f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"