Created
February 19, 2014 15:43
-
-
Save greyaperez/9094648 to your computer and use it in GitHub Desktop.
NGROK Tunnel, useful commands to run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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