dependabot[bot] 9172f97bd5 Bump commander from 9.3.0 to 9.4.0
Bumps [commander](https://github.com/tj/commander.js) from 9.3.0 to 9.4.0.
- [Release notes](https://github.com/tj/commander.js/releases)
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tj/commander.js/compare/v9.3.0...v9.4.0)

---
updated-dependencies:
- dependency-name: commander
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-15 20:57:20 +00:00
2022-06-24 23:49:52 +07:00
2022-06-24 23:44:12 +07:00
2022-07-09 12:27:28 +07:00

CUBETIQ HTTP Tunnel Client

A lightweight http tunnel client using nodejs and socket.io client.

Installation

npm i -g @cubetiq/hlt

OR

npx @cubetiq/hlt

Usage

  • Initialize Client and Start (Quick)
# Initialize a client and token for connect (default's profile)
npx @cubetiq/hlt init

# Start port 3000 to remote server
npx @cubetiq/hlt start 3000
  • Initialize Client and Start (Quick with custom's profile)
# Initialize a client and token for connect (mytest's profile)
npx @cubetiq/hlt init -p mytest

# Start port 3000 to remote server (mytest's profile)
npx @cubetiq/hlt start 3000 -p mytest

Custom Config

  • Generate Client Key
npx @cubetiq/hlt config client new
  • Set Client Token (Required, contact to vendor)
npx @cubetiq/hlt config token $TOKEN
  • Custom Server
npx @cubetiq/hlt config server https://lt.ctdn.net
  • Start Client
npx @cubetiq/hlt start $YOUR_PORT

Contributors

Description
No description provided
Readme 633 KiB
Languages
TypeScript 99.9%
JavaScript 0.1%