DEV Community

Discussion on: Localhost on the internet

Collapse
 
tux0r profile image
tux0r

I strongly discourage to expose your local machine as a server...

Collapse
 
root3d profile image
G∆UR∆V Sehrawat;

I agree that debug mode should not be enable on localhost while exposing. And it should have authentication when it is on web.
I just provided an alternative to existing services like localtunnel.me/, ngrok.com/

Thanks