Specify an Auth Token
Get your auth token from ngrok and run
ngrok authtoken TOKEN
Expose an HTTP / HTTPS Port
./ngrok http -host-header="localhost:<PORT>" https://localhost:<PORT>
Expose a TCP Port
./ngrok tcp PORT
Get your auth token from ngrok and run
ngrok authtoken TOKEN
./ngrok http -host-header="localhost:<PORT>" https://localhost:<PORT>
./ngrok tcp PORT
Comments