Replies: 2 comments 1 reply
-
Feel free to create a PR for this. Make sure to include tests. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Do you have any recommendations for which IPv6 address (or rather which domain) I use to test the functionality? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would love to be able to call this functionality
with a valid IPv6 address as well.
But currently the
->fromIpAddress()
method callsfilter_var($ipAddress, FILTER_VALIDATE_IP)
which only works on IPv4 addresses without any further options.Beta Was this translation helpful? Give feedback.
All reactions