Skip to content

jaywuoo/love1

 
 

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

Installing on Windows: youtube.com/watch?v=frgVQPi-GlY

Installing on MacOs and Linux

$ 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

For using custom subdomains

$ jprq http 3000 -s custom

For using jprq debugger (with v2.1 or higher)

jprq http 3000 --debug

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 85.9%
  • HTML 11.3%
  • Shell 2.8%