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

netmask throw errorr Invalid mask for ip4: 255 #40

Closed
dainiuxt opened this issue Jul 18, 2014 · 2 comments
Closed

netmask throw errorr Invalid mask for ip4: 255 #40

dainiuxt opened this issue Jul 18, 2014 · 2 comments

Comments

@dainiuxt
Copy link

On nitrous.io node.js box I get error:
/home/action/anon/node_modules/wikichanges/node_modules/irc/lib/irc.js:672 throw err; ^ Error: Invalid mask for ip4: 255
and app terminates if ip ranges defined using netmask while using array everything works OK.
My IP ranges is ["193.41.81.0", "193.41.81.255"].

@ruebot
Copy link
Contributor

ruebot commented Jul 18, 2014

What happens if you change ["193.41.81.0", "193.41.81.255"] to "193.41.81.0/24"?

@edsu
Copy link
Owner

edsu commented Jul 21, 2014

Not sure what's going on here. Please reopen if you've got more information to provide.

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

No branches or pull requests

3 participants