rgeolocate icon indicating copy to clipboard operation
rgeolocate copied to clipboard

Support for IPv6 addresses

Open rempsyc opened this issue 2 years ago • 0 comments

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.

rempsyc avatar Jul 06 '22 21:07 rempsyc