From 50a18daf05b2ea5a8822f4f675b7fcf34db4d1e1 Mon Sep 17 00:00:00 2001 From: Akkia Date: Tue, 12 Apr 2022 19:02:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20UpdateIP=20=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/agent/monitor/myip.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/agent/monitor/myip.go b/cmd/agent/monitor/myip.go index 0e8d704..692b218 100644 --- a/cmd/agent/monitor/myip.go +++ b/cmd/agent/monitor/myip.go @@ -51,7 +51,7 @@ var ( httpClientV6 = utils.NewSingleStackHTTPClient(time.Second*20, time.Second*5, time.Second*10, true) ) -// UpdateIP 每30分钟汇报一次IP地址信息 +// UpdateIP 每30分钟更新一次IP地址与国家码的缓存 func UpdateIP() { for { ipv4 := fetchGeoIP(geoIPApiList, false)