c4milo / node-webkit-agent

NodeJS agent for WebKit devtools front-end
http://c4milo.github.io/node-webkit-agent/
1.09k stars 78 forks source link

Documentation incorrectly states default ip is 0.0.0.0 #80

Closed bloudermilk closed 9 years ago

bloudermilk commented 9 years ago

The documentation (README.md) states that the server is bound to the IP 0.0.0.0 by default, however the actual default is localhost. This can lead to confusion when attempting to debug remotely.

c4milo commented 9 years ago

Thanks!