Skip to content

Instantly share code, notes, and snippets.

@donrestarone
Created March 13, 2020 12:54
Show Gist options
  • Save donrestarone/37a91cd38b49f9681e997c3bd51f24b2 to your computer and use it in GitHub Desktop.
Save donrestarone/37a91cd38b49f9681e997c3bd51f24b2 to your computer and use it in GitHub Desktop.
route ngrok subdomain requests to localhost
#tunnel requests that hit api.your-subdomain.ngrok.io to http://localhost:5500
./ngrok http 5500 -subdomain api.your-subdomain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment