Skip to content

Instantly share code, notes, and snippets.

@vyspiansky
Created February 1, 2023 10:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vyspiansky/e4e6cbd2eb6058c5df0f08df527b5538 to your computer and use it in GitHub Desktop.
Save vyspiansky/e4e6cbd2eb6058c5df0f08df527b5538 to your computer and use it in GitHub Desktop.
ngrok snippets (draft)

ngrok

Install on macOS

brew install --cask ngrok

Tunneling

Let's make tunnel to http://localhost:8000/

ngrok http 8000
ngrok http -hostname=dev.example.com 8080
ngrok http -host-header=rewrite dev.example.com:443
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment