paradoxxxzero / butterfly

A web terminal based on websocket and tornado
http://paradoxxxzero.github.io/2014/02/28/butterfly.html
Other
2.9k stars 309 forks source link

Can't access server from other network locations #192

Open SterlingButters opened 4 years ago

SterlingButters commented 4 years ago

Is this intended? I.e. I can only access from localhost:57575 (or 127.0.0.1:57575) but not 10.0.0.46:57575, why is this?

DeadPackets commented 3 years ago

You add the --host argument to your command. If you wish to access from 10.0.0.46, then specify --host=10.0.0.46 or if you wish to access from all interfaces then specify --host=0.0.0.0.

Hope this helps!