Skip to content

Commit

Permalink
Update myip.go
Browse files Browse the repository at this point in the history
  • Loading branch information
xOS committed Jul 30, 2022
1 parent fe69597 commit 6867e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/agent/monitor/myip.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ func (ip *geoIP) Unmarshal(body []byte) error {

var (
geoIPApiList = []string{
"http://api.ipapi.com/check?access_key=a4f23fa3948dc4d1c74183ee1271dea5&format=1",
"https://extreme-ip-lookup.com/json/",
"http://api.ipapi.com/check?access_key=a4f23fa3948dc4d1c74183ee1271dea5&format=1",
"http://api.qste.com/json",
}
cachedIP, cachedCountry string
Expand Down

0 comments on commit 6867e99

Please sign in to comment.