Skip to content

Mrkhan14/jprq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What's JPRQ?

  • JPRQ is a free and open tool for exposing local servers to public network (the internet)
  • it can expose TCP protocols, such as HTTP, SSH, major databases (MySQL, Postgres, Redis)

How to install

$ curl -fsSL https://jprq.io/install.sh | sudo bash

How to use

First obtain auth token from https://jprq.io/auth, then

$ jprq auth <your-auth-token>

Replace 8000 with the port you want to expose

$ jprq http 8000

For exposing any TCP servers, such as SSH

$ jprq tcp 22

Press Ctrl+C to stop it

Buy Me A Coffee

About

join public router. quickly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 38.0%
  • HTML 36.8%
  • CSS 15.2%
  • JavaScript 7.6%
  • Shell 2.4%