rgeolocate
rgeolocate copied to clipboard
Support for IPv6 addresses
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.