diff --git a/src/reset.sh b/src/reset.sh index 48a79fd..fadb63b 100644 --- a/src/reset.sh +++ b/src/reset.sh @@ -113,6 +113,7 @@ setCountry() { [ -z "$COUNTRY" ] && getCountry "https://api.ipapi.is" ".location.country_code" [ -z "$COUNTRY" ] && getCountry "https://ifconfig.co/json" ".country_iso" + [ -z "$COUNTRY" ] && getCountry "https://api.ip2location.io" ".country_code" [ -z "$COUNTRY" ] && getCountry "https://ipinfo.io/json" ".country" [ -z "$COUNTRY" ] && getCountry "https://api.myip.com" ".cc"