
jprq - join public router, quickly.
What's Tinywarp?
- Tinywarp is a fork of JPRQ — free and open tool for exposing local servers to public network (the internet)
- It can expose TCP protocols, such as HTTP, SSH, etc. Any server!
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