irp

0.0.1 • Public • Published

irp

irp is a tcp proxy built using Node.js

Installation

Simple install as a dependency using npm:

npm install irp --save

Usage

Server

const irp = require('irp')
 
const server = irp.createServer()
 

Options

irp.createServer({
  portPool:[20000,30000],
  bindPort:51221
})

Client

const irp = require('irp')
 
const client = irp.createClient('exampleserver.com')
 
client.connect(22,10022)

Readme

Keywords

none

Package Sidebar

Install

npm i irp

Weekly Downloads

2

Version

0.0.1

License

Apache-2.0

Unpacked Size

24.6 kB

Total Files

9

Last publish

Collaborators

  • reruin