-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
v8.0.0 always returns *.*.*.0 instead of actual IP #48
Comments
// @silverwind |
Same, happens on mac |
83 tasks
Closed
8 tasks
|
I can confirm. Downgrading to v7 prints correct IP. On v8, I get |
I also had to revert to version 7.x.x because last octet is always returning 0 |
Same thing here. Had to downgrade to v7. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems calling
normalize
oninternal-ip/index.js
Line 10 in 01503ae
10.13.37.100/24
to10.13.37.0/24
. Thus, the actual IP of the computer will never be returned.The text was updated successfully, but these errors were encountered: