sindresorhus/ipify
The issue has been solved
Support the IPv6 endpoint #11
sindresorhus posted onGitHub
I think we could do a breaking change and return IPv6 by default and fall back to IPv4. Need to check what the IPv6 endpoint returns when IPv6 is not supported. Could then have an option to pick either: auto
, ipv6
, ipv4
.
Not sure how this fits with the endpoint
option though.
Thoughts?