Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gustavosbarreto/tonel
- Owner: gustavosbarreto
- Created: 2016-05-10T21:55:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-11T00:17:42.000Z (over 8 years ago)
- Last Synced: 2024-10-28T20:12:11.219Z (about 2 months ago)
- Topics: http-tunnel, nodejs, tunnel
- Language: JavaScript
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tonel - HTTP tunnel to localhost
## Installation
$ npm install -g tonel
## Usage
### Server
```
Usage: tonel-serverOptions:
-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
```