We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ node --debug-brk -e 'for(;;);' Debugger listening on port 5858 # in another window $ netstat -tlnp | grep node tcp6 0 0 :::5858 :::* LISTEN 18770/node
It used to listen on 127.0.0.1. The current behavior may be a security liability in production environments.
/cc @indutny
The text was updated successfully, but these errors were encountered:
Would I be right to think that it's best to not fix this until #3316 lands (so that people who need it to listen on another IP can specify that IP)?
Sorry, something went wrong.
@Trott That's right.
Forgot to close this after landing #8106. Fixed by 8e7cbe2.
No branches or pull requests
It used to listen on 127.0.0.1. The current behavior may be a security liability in production environments.
/cc @indutny
The text was updated successfully, but these errors were encountered: