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

0x77dev/tunneler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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