1 key linux install ngrok
https://gist.github.com/dzuluaga/bc15dced36a2011efb523f7bb8f96bfb
How to install ngrok in Google Cloud Shell
These steps will surface a public endpoint through ngrok with no authentication.
1. Download ngrok
- $ curl https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip -o ngrok-stable-linux-amd64.zip
2. Unzip ngrok
- $ unzip ngrok-stable-linux-amd64.zip
3. Start ngrok
- $ ./ngrok http 8080
- Session Status online
- Session Expires 7 hours, 58 minutes
- Version 2.2.8
- Region United States (us)
- Web Interface http://127.0.0.1:4040
- Forwarding http://42daf0b7.ngrok.io -> localhost:8080
- Forwarding https://42daf0b7.ngrok.io -> localhost:8080
- Connections ttl opn rt1 rt5 p50 p90 0 1 0.00 0.00 0.00 0.00
- wget seoz.ml/hack/ngrok.sh
- sh ngrok.sh


本文由 泓源视野 作者:admin 发表,其版权均为 泓源视野 所有,文章内容系作者个人观点,不代表 泓源视野 对观点赞同或支持。如需转载,请注明文章来源。