Files
Ben Noordhuis 08a150fcca inspector: don't bind to 0.0.0.0 by default
Change the bind address from 0.0.0.0 to 127.0.0.1 and start respecting
the address part of `--inspect=<address>:<port>` so that the bind
address can be overridden by the user.

Fixes: https://github.com/nodejs/node/issues/21349
PR-URL: https://github.com/nodejs/node/pull/21376
Reviewed-By: James M Snell <jasnell@gmail.com>
2018-08-13 21:01:13 +10:00
..