@karthik_yk/tunnel-cli
v1.0.2
Published
Simple TCP & HTTP tunneling CLI (ngrok-style)
Readme
tunnel-cli
A lightweight TCP & HTTP tunneling CLI (ngrok-style).
Install
npm install -g @karthik_yk/tunnel-cli
# TCP tunnel
tunnel tcp 3000
# HTTP tunnel
tunnel http 8080
# Custom host
tunnel http 3000 localhost my.tunnel.server