mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
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>