1.0.0 • Published 7 years ago

qroute v1.0.0

Weekly downloads
6
License
SEE LICENSE IN LI...
Repository
github
Last release
7 years ago

qroute

Lightweight CLI utility to host fast TCP forwarding servers


GitHub | NPM

What is qroute?

qroute is a command line utility which hosts simple and fast TCP forwarding servers.

Install qroute

npm install qroute -g

Usage

qroute is super simple to use!

qroute <listen> <forward-to>

Demos

Use qroute to forward a webserver

qroute localhost:80 www.example.com:80

Use qroute to forward a game server

qroute localhost:25565 mc.hypixel.net:25565