Skip to content

feat: allow ".local" suffixed addresses for inspector

Rodrigo Muino Tomonari requested to merge github/fork/yinzara/master into master

The restriction of "localhost" and "localhost6" as the only hostnames allowed for debug prevents easy debugging of locally running VMs especially those inside Kubernetes. This PR relaxes that restriction slightly to allow for any ".local" suffixed address.

https://github.com/nodejs/help/issues/1700

Merge request reports

Loading