-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IPv4 validation not working properly #44
Comments
Nope, it is, according to inet_aton, which is the language that ipaddr.js recognizes: http://linux.die.net/man/3/inet_aton |
See |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ipaddr.IPv4.isValid("1231233") returns true .
But actually this is not valid IPv4.
The text was updated successfully, but these errors were encountered: