-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: change default --host to 127.0.0.1
Node.js v17 changed its DNS resolution defaults, and it can cause localhost to resolve to IPv6 instead of IPv4. Inspector, on the other hand, responds only to 127.0.0.1 by default. So changing the default for --host to 127.0.0.1 seems appropriate. Marking as breaking in case anyone is relying on `localhost` resolving to IPv6 on newer Node.js versions.
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters