Y
Hacker News
new
|
ask
|
show
|
jobs
by
Karunamon
3569 days ago
Ouch.. yeah. If there is the slightest degree of sanity in the world, that server is bound to 127.0.0.1 and not the external interface (with appropriate hoops to jump through if you want to change it)
1 comments
edibleEnergy
3569 days ago
It is bound to all interfaces as of the current commit:
https://github.com/devtools-html/debugger.html/blob/7c002fdc...
Generally the sanest default for that value is 127.0.0.1 and changeable via a cli option.
link
cptskippy
3569 days ago
I believe it's done this way to facilitate remote debugging on mobile devices or node servers.
link