Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save serrodcal/e7c0afb73ccee7697c3250d1e1f8948c to your computer and use it in GitHub Desktop.
Save serrodcal/e7c0afb73ccee7697c3250d1e1f8948c to your computer and use it in GitHub Desktop.

ngrok

brew install --cask ngrok

After login at https://dashboard.ngrok.com/, get your token.

ngrok config add-authtoken

The following message is showed: Authtoken saved to configuration file: ~/Library/Application Support/ngrok/ngrok.yml

ngrok http 8080

localhost.run

ssh -R 80:localhost:8080 localhost.run

Just scan QR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment