Skip to content

Instantly share code, notes, and snippets.

@anhkind
Created July 25, 2014 13:53
Show Gist options
  • Save anhkind/fcbd6bcddbf28abaa211 to your computer and use it in GitHub Desktop.
Save anhkind/fcbd6bcddbf28abaa211 to your computer and use it in GitHub Desktop.
Run ngrok to background
ngrok -log=stdout 80 > ngrok.log &
@sandeepabaca
Copy link

Able to run using this
./ngrok http 80 -log=stdout > ngrok.log &

@muocod
Copy link

muocod commented Dec 24, 2022

how to stop it then?

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