node/test/inspector
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
..
inspector-helper.js inspector: don't bind to 0.0.0.0 by default 2018-08-13 21:01:13 +10:00
inspector.status test: remove orphaned entries from status 2018-03-29 23:25:35 -04:00
test-inspector-stops-no-file.js test: remove unused parameter 2017-12-19 15:47:57 -05:00
test-inspector.js
testcfg.py