changtimwu / changtimwu.github.com

Tim's testing/practice notes
7 stars 2 forks source link

ngrok #44

Open changtimwu opened 8 years ago

changtimwu commented 8 years ago

to install 2.0 on OSX

brew cask install ngrok
changtimwu commented 8 years ago

good example of all-in-one server

https://github.com/inconshreveable/ngrok/blob/master/Makefile#L21

changtimwu commented 8 years ago

The built-in page was written in angular. Now it's React.

changtimwu commented 8 years ago

ngrok client 2.0 becomes only non-opensourced but also free-plan inconvenient. https://github.com/inconshreveable/ngrok/issues/57

to make it run in background.

nohup  ./ngrok http 8000 &

and go to admin panel to see the redirecting domain name.