mirror of
https://github.com/nxtrace/NTrace-core.git
synced 2025-08-12 06:26:39 +00:00
Prov -> Asnumber
This commit is contained in:
@@ -21,7 +21,7 @@ func LeoIP(ip string) (*IPGeoData, error) {
|
||||
|
||||
if res.Get("Message").String() != "" {
|
||||
return &IPGeoData{
|
||||
Prov: res.Get("Message").String(),
|
||||
Asnumber: res.Get("Message").String(),
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user