1.0.11 • Published 8 years ago

rawlocaltunnel v1.0.11

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

Raw Local Tunnel

Quick easy way to expose an application listening on a port. Similiar to localtunnel.me. However, there is no public server or subdomains. (If somebody is willing to host a public server, I will make it available)

npm install -g rawlocaltunnel

Server

Server portion will listen for clients, and dynamically allocate a port to forward traffic to the local machine

e.g. on my.server.com

rawlocaltunnelserver

Client

Connect localclient to your server

rawlocaltunnel --port 1234 --host my.server.com

That's it!

inspired by https://github.com/localtunnel/localtunnel/issues/23

1.0.11

8 years ago

1.0.10

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago