Skip to content
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

net.isIP accepts hostnames that start with IP-like addresses #708

Open
natevw opened this issue Jan 29, 2015 · 0 comments
Open

net.isIP accepts hostnames that start with IP-like addresses #708

natevw opened this issue Jan 29, 2015 · 0 comments

Comments

@natevw
Copy link
Contributor

natevw commented Jan 29, 2015

console.log("result:", require('net').isIP("192.168.4.114.xip.io"));

node.js:

result: 0

colony:

result: 4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant