diff --git a/cmd/agent/monitor/myip.go b/cmd/agent/monitor/myip.go index 6df2ae5..cd9b0c7 100644 --- a/cmd/agent/monitor/myip.go +++ b/cmd/agent/monitor/myip.go @@ -38,7 +38,7 @@ func (ip *geoIP) Unmarshal(body []byte) error { var ( geoIPApiList = []string{ - "https://api.myip.la/en?json", + "http://api.myip.la/en?json", "https://api.ip.sb/geoip", "https://ipapi.co/json", "http://ip-api.com/json/",