Skip to content

Instantly share code, notes, and snippets.

@greyaperez
Created February 19, 2014 15:43
Show Gist options
  • Save greyaperez/9094648 to your computer and use it in GitHub Desktop.
Save greyaperez/9094648 to your computer and use it in GitHub Desktop.
NGROK Tunnel, useful commands to run
// Initial Setup - Get AUTH TOKEN from ngrok.com (Run this once)
ngrok -authtoken {AUTH TOKEN} 80
// Run Ngrok on a specific Subdomain (Ex: local.ngrok.com)
ngrok -subdomain=local 8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment