mvbasov / lWS

lightweight Web Server (lWS) for Android
GNU General Public License v3.0
76 stars 19 forks source link

Option to serve locally #3

Closed Scrumplex closed 5 years ago

Scrumplex commented 5 years ago

It should be possible to serve the content locally and not on wifi, so it can be accessed without any network connection.

mvbasov commented 5 years ago

What do you mean "without any network connection"? Aeroplane mode? I am not sure is local (127.0.0.1) interface available in this mode. Need to check. Operation on WiFi and Tethering mode only enabled for security reason. I don't want to expose device content on cellular network.

Scrumplex commented 5 years ago

I basically want it to have it listen on 127.0.0.1, as I want to serve something only on the device itself. So neither WiFi nor tethering should be required.

mvbasov commented 5 years ago

Done in v06.01.00b