Skip to content

Instantly share code, notes, and snippets.

@dariuszparys
Created July 29, 2024 15:00
Show Gist options
  • Save dariuszparys/cf33f97a3cb2b3fbc140460088d43d6b to your computer and use it in GitHub Desktop.
Save dariuszparys/cf33f97a3cb2b3fbc140460088d43d6b to your computer and use it in GitHub Desktop.
Ngrok Cheat Sheet
URL Protocol Command
Ephemeral http ngrok http 5162
Ephemeral https ngrok http https://localhost:7049
Custom Domain http ngrok http --domain=your-custom-subdomain.ngrok-free.app 80
Custom Domain https ngrok http --domain=your-custom-subdomain.ngrok-free.app https://localhost:7049
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment