Skip to content

hsvtslv/jstunnel

 
 

Repository files navigation

JSTunnel

NPM Version Package License

Table of Contents

Description

Secure tunnels to localhost

Installation

Globally via npm

npm install -g jstunnel

Running on-demand:

npx jstunnel [options]

Examples

npx jstunnel --help
    'usage: jstunnel [options]',
    '',
    'options:',
    '  -p, --port           Your port           [required]',
    '      --host           Your host           [localhost]',
    '      --type           Http or tcp         [http]',
    '  -s, --subdomain      Subdomain           [random]',
    '      --apiUrl         Api url             [default]',
    '      --authToken      Auth token          [null]',
    '',
    '  -h, --help           Print this list and exit',
    '  -v, --version        Print the version and exit.',
    '',
    'env:',
    '  TUNNEL_CLIENT_AUTH_TOKEN',

License

MIT

About

Secure tunnels to localhost

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 50.7%
  • JavaScript 49.3%