Tuesday, September 20, 2016

Expose - Local Website publically fast and simple


Download the open source tool:

ngrok.com

Install

Then bind the site with the following command.
Logon to ngrok and bind your config.



 ngrok http 80 --host-header="somesite.no:80"

Dokumentation:
https://ngrok.com/docs
 
 
Example with a local https site:
ngrok http https://mylocalsite.se:443 --host-header="mylocalsite.se:443"                   

No comments:

Post a Comment