Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Latest commit

 

History

History
37 lines (25 loc) · 716 Bytes

File metadata and controls

37 lines (25 loc) · 716 Bytes

Tunneler

Free, open-source, libp2p based TCP tunneling toolkit with built-in encryption and relay written in Node.js

Basic usage with CLI

Requirements

  • Node.js 14.x or newer
  • yarn or npm
  • Internet connection

Installing

NPM Yarn (recommended)
npm i -g @tunl/cli yarn global add @tunl/cli

Forwarding local port

$ tunl expose {{localPort}}
Connection Param:
 ey...==

Connecting to forwarded port

$ tunl consume {{remotePort}} {{localPort}} ey...==

Source