Answers for "ngrok host node"

2

ngrok minecraft server

@echo off

taskkill /f /im ngrok.exe 

START /b cmd /c ngrok tcp 25565 -log=stdout
java -jar server.jar nogui

taskkill /f /im ngrok.exe
Posted by: Guest on July-22-2021
1

ngrok

Start tunnel with any port
./ngrok http http://localhost:9999

Example:
http://1ffcb38dcb8b.ngrok.io/paragonasia/

BAD:
http://1ffcb38dcb8b.ngrok.io/paragonasia

Start tunnel with prt 80
./ngrok http 80
Posted by: Guest on December-30-2020

Code answers related to "ngrok host node"

Browse Popular Code Answers by Language