jprq - join public router, quickly.

What's Tinywarp?

How to install/update

-> coming soon!

Authenticate

First obtain auth token from tinywarp.com/auth, then

jprq auth <your-auth-token>

Start http tunnel

Replace 3000 with the port you want to expose

jprq http 3000

Start tcp tunnel

For exposing any TCP servers, such as SSH

jprq tcp 22

Start http tunnel with custom subdomain

Replace "custom" with the subdomain you want

jprq http 3000 -s custom

Serve static files with built-in HTTP Server

Replace "." with any directory to serve

jprq serve .

Debug http tunnels with jprq debugger

Debug dashboard URL will show up in output

jprq http 3000 --debug