/chunnel

HTTP tunnel

Primary LanguageCoffeeScript

Chunnel allows you to create an HTTP tunnel between any two computers.

CLI Example

First setup the server:

chunnel-server 80

Next, setup the client:

chunnel 80 localhost --server=chunnel-server-domain.com