You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GeoIP.lookup accepts IP addresses as strings or as Erlang IP address (for instance {204, 62, 14, 153} and it is documented (for instance the example GeoIP.lookup({8, 8, 8, 8})` ). But it is true only for IPv4. IPv6 addresses are only accepted as strings.
GeoIP.lookup
accepts IP addresses as strings or as Erlang IP address (for instance{204, 62, 14, 153}
and it is documented (for instance the exampleGeoIP.lookup({8,
8, 8, 8})` ). But it is true only for IPv4. IPv6 addresses are only accepted as strings.The test suite apparently only tests with IPv4 addresses.
The text was updated successfully, but these errors were encountered: