@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
ngrok http 8080 --host-header=rewrite
## Change "80" with your app port.
ngrok.exe http 80
./ngrok http 8080