From e3afba046836811f5deff6db114a74a24b7a21ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BF=A0=E8=8A=B1?= Date: Fri, 29 Jul 2022 19:12:05 +0800 Subject: [PATCH] Update myip.go --- cmd/agent/monitor/myip.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/agent/monitor/myip.go b/cmd/agent/monitor/myip.go index befdf3d..a6e5a1b 100644 --- a/cmd/agent/monitor/myip.go +++ b/cmd/agent/monitor/myip.go @@ -39,8 +39,6 @@ func (ip *geoIP) Unmarshal(body []byte) error { var ( geoIPApiList = []string{ "http://api.qste.com/json", - "https://ipapi.co/json", - "http://ip-api.com/json/", "http://ip.qste.com/json", } cachedIP, cachedCountry string