Skip to content

Commit

Permalink
✅ enable api.myip.la
Browse files Browse the repository at this point in the history
  • Loading branch information
naiba committed Sep 6, 2023
1 parent a4c7a5c commit 25a730a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/monitor/myip.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ func (ip *geoIP) Unmarshal(body []byte) error {

var (
geoIPApiList = []string{
"http://api.myip.la/en?json",
"https://api.ip.sb/geoip",
"https://ipapi.co/json",
"http://ip-api.com/json/",
// "http://api.myip.la/en?json", // 已失效
// "https://extreme-ip-lookup.com/json/", // 不精确
// "https://ip.seeip.org/geoip", // 不精确
// "https://freegeoip.app/json/", // 需要 Key
Expand Down

0 comments on commit 25a730a

Please sign in to comment.