Forrest logo
back to context overview

ngrok

List of commands for ngrok:

  • ngrok:tldr:50b50 ngrok: Expose a local HTTP service on a specific host.
    $ ngrok http ${foo-dev}:${80}
    try on your machine
    explain this command
  • ngrok:tldr:693a5 ngrok: Expose a local HTTP service on a given port.
    $ ngrok http ${80}
    try on your machine
    explain this command
  • ngrok:tldr:772f9 ngrok: Expose TLS traffic for a specific host and port.
    $ ngrok tls -hostname=${foo-com} ${443}
    try on your machine
    explain this command
  • ngrok:tldr:788a7 ngrok: Expose TCP traffic on a given port.
    $ ngrok tcp ${22}
    try on your machine
    explain this command
  • ngrok:tldr:c38f7 ngrok: Expose a local HTTPS server.
    $ ngrok http https://localhost
    try on your machine
    explain this command
back to context overview