💾 Archived View for freeshell.de › tldr › ngrok.gmi captured on 2024-02-05 at 11:39:35. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Reverse proxy that creates a secure tunnel from a public endpoint to a locally running web service.
ngrok http {80}
ngrok http {foo.dev}:{80}
ngrok http https://localhost
ngrok tcp {22}
ngrok tls -hostname={foo.com} {443}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).