Raathigesh / majestic

⚡ Zero config GUI for Jest
MIT License
7.49k stars 173 forks source link

Reports listening on localhost when it is bound to all IP Addresses #162

Open grantcarthew opened 5 years ago

grantcarthew commented 5 years ago

Is this a bug report or a feature request?

Minor bug in logging

Version Info

Reproduction Repo

Reported every time Majestic is executed.

Issue Details

I just tested Majestic to try it out and it reports the following on the console after running npx majestic:

Majestic v1.6.0 is running at http://localhost:4000

This is not technically correct. It is listening on all IP addresses on the system, not just localhost.

Three possible fixes:

When I first ran the command I went back to the docs to find out how to bind it to all IP addresses because of the reported localhost binding. After reading the docs and not seeing a server or ip address config, I tried it in the browser and it worked.