railsnoob / jprq

join public router. quickly.

Home Page:https://jprq.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://jprq.io


Languages

Language:Go 86.0%Language:HTML 11.3%Language:Shell 2.8%