更新 UpdateIP 注释

This commit is contained in:
Akkia 2022-04-12 19:02:22 +08:00
parent e1ca2d5a1c
commit 50a18daf05
No known key found for this signature in database
GPG Key ID: 464BA42A151C1E0F

View File

@ -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)