Ironholds / rgeolocate

Generalised IP geolocation through R
https://cran.r-project.org/web/packages/rgeolocate/index.html
Other
66 stars 22 forks source link

Support for IPv6 addresses #63

Open rempsyc opened 2 years ago

rempsyc commented 2 years ago

Any chance support for IPv6 addresses may be added in the future? It would be nice. I think right now it produces NA values. Reprex:

rgeolocate::ip_info("2600:8804:6103:d00:9422:e")
#>   city region country loc org postal timezone hostname phone
#> 1   NA     NA      NA  NA  NA     NA       NA       NA    NA

Created on 2022-07-06 by the reprex package (v2.0.1)

IP Info gives the following error page:

2600:8804:6103:d00:9422:e is neither an ip nor a domain

But whatismyipaddress can locate it.