Skip to content

web-tunnel/lite-http-tunnel-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lite HTTP Tunnel - Client

Lite HTTP Tunnel client to connect Lite HTTP Tunnel server.

Usage

Firstly, please follow here to have your Lite HTTP Tunnel server.

Installation

$ npm i -g lite-http-tunnel
$ lite-http-tunnel -h

Setup

Config remote public server address:

$ lite-http-tunnel config server https://your_web_host_domain

Auth with tunnel server:

$ lite-http-tunnel auth $JWT_GENERATOR_USERNAME $JWT_GENERATOR_PASSWORD

Replace $JWT_GENERATOR_USERNAME and $JWT_GENERATOR_PASSWORD with values that you provide at tunnel server

Start client

$ lite-http-tunnel start your_local_server_port

Please replace your_local_server_port with your local HTTP server port, eg: 8080.

After that you can access your local HTTP server by access your_public_server_domain.

Change origin:

$ lite-http-tunnel start your_local_server_port -o localhost:5000

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published