Ngrok: Secure tunnels to localhost
11–20 of 195 posts
Re: Ngrok: Secure tunnels to localhost
#12Hiya there folks - I'm the creator of ngrok, happy to answer any questions
What's the advantage of using ngrok if I can just add entry to my own domain, say bla.anyofmydomain.com -> 123.123.123.123?
Re: Ngrok: Secure tunnels to localhost
#13Love it for developing anything using webhooks and also hybrid mobile apps (I have my app pull the JS from the Dev box I'm working on via ngrok without having to rebuild the app or deploy the code anywhere).
It significantly speeds up my workflow!
Re: Ngrok: Secure tunnels to localhost
#143 important questions: 1) My university blocks LogMeInHamachi which is the main tool i've tried to get around hosting behind a NAT. Will this likely be blocked too, or is it not possible to tell without trying 2) Is there any costs associated with this. Do i ever need to pay 3) Does the person connecting to my server also require a special client or does this appear to them as any standard connection would.
Re: Ngrok: Secure tunnels to localhost
#15Re: Ngrok: Secure tunnels to localhost
#16It's possible to roll your own ngrok clone via SSH tunnels, a publicly-available server somewhere, and autossh. This is basically ssh-tunnel-as-a-service.
Re: Ngrok: Secure tunnels to localhost
#17Re: Ngrok: Secure tunnels to localhost
#183 important questions: 1) My university blocks LogMeInHamachi which is the main tool i've tried to get around hosting behind a NAT. Will this likely be blocked too, or is it not possible to tell without trying 2) Is there any costs associated with this. Do i ever need to pay 3) Does the person connecting to my server also require a special client or does this appear to them as any standard connection would.
> 2) Is there any costs associated with this. Do i ever need to pay See https://ngrok.com/product#pricing .
Re: Ngrok: Secure tunnels to localhost
#19Happy paying ngrok user here. Love it for developing anything using webhooks and also hybrid mobile apps (I have my app pull the JS from the Dev box I'm working on via ngrok without having to rebuild the app or deploy the code anywhere). It significantly speeds up my workflow!