mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-04 12:40:07 +00:00
fix myip api
This commit is contained in:
@@ -38,7 +38,7 @@ func (ip *geoIP) Unmarshal(body []byte) error {
|
|||||||
|
|
||||||
var (
|
var (
|
||||||
geoIPApiList = []string{
|
geoIPApiList = []string{
|
||||||
"https://api.myip.la/en?json",
|
"http://api.myip.la/en?json",
|
||||||
"https://api.ip.sb/geoip",
|
"https://api.ip.sb/geoip",
|
||||||
"https://ipapi.co/json",
|
"https://ipapi.co/json",
|
||||||
"http://ip-api.com/json/",
|
"http://ip-api.com/json/",
|
||||||
|
|||||||
Reference in New Issue
Block a user