Reverse proxy that creates a secure tunnel from a public endpoint to a locally running web service. More information: https://ngrok.com.
ngrok http {{80}}
ngrok http {{foo.dev}}:{{80}}
ngrok http https://localhost
ngrok tcp {{22}}
ngrok tls -hostname={{foo.com}} {{443}}