Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gustavosbarreto/tonel

HTTP tunnel to localhost
https://github.com/gustavosbarreto/tonel

http-tunnel nodejs tunnel

Last synced: 7 days ago
JSON representation

HTTP tunnel to localhost

Awesome Lists containing this project

README

        



# tonel - HTTP tunnel to localhost

## Installation

$ npm install -g tonel

## Usage

### Server

```
Usage: tonel-server

Options:
-t, --timeout HTTP request timeout [default: 45000]
-p, --port Port to listen [default: 80]
-r, --redis Redis host:port [default: "localhost:6379"]
```

### Client

```
Usage: tonel-client --port [num]

Options:
-h, --host Server to provide forwarding [required]
-s, --subdomain Subdomain to use
-p, --port Internal http server port [required]
-t, --token Subdomain authorization token
```