Advertisement
bajekek

NGROK-US.bat

Oct 12th, 2021 (edited)
1,068
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. C:
  2. cd C:\Users\runneradmin\.ngrok2
  3. echo region: us >> ngrok.yml & echo tunnels: >> ngrok.yml & echo     default: >> ngrok.yml & echo         proto: tcp >> ngrok.yml & echo         addr: 3389 >> ngrok.yml
  4. copy ngrok.yml C:\Windows\System32
  5. nssm install ngrok C:\Windows\System32\ngrok.exe start --all --config="C:\Windows\System32\ngrok.yml"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement