7c86f58c880a2b8c3fcc6cfdf714ef056036682b
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.3.2 to 20.3.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
CUBETIQ HTTP Tunnel Client
A lightweight http tunnel client using nodejs and socket.io client.
Installation
npm i -g @cubetiq/hlt
OR
npx -y @cubetiq/hlt
Usages
- If installed to global (bin), please using cli
hlt [command] [options]
- Initialize Client and Start (Quick)
# Initialize a client and token for connect (default's profile)
npx -y @cubetiq/hlt init
# Start port 3000 to remote server
npx -y @cubetiq/hlt start 3000
Start port 3000 with suffix to remote server
npx -y @cubetiq/hlt start 3000 -s mytest
- Initialize Client and Start (Quick with custom's profile)
```shell
# Initialize a client and token for connect (mytest's profile)
npx -y @cubetiq/hlt init -p mytest
# Start port 3000 to remote server (mytest's profile)
npx -y @cubetiq/hlt start 3000 -p mytest
Custom Config
- Generate Client Key
npx -y @cubetiq/hlt config client new
- Set Client Token (Required, contact to vendor)
npx -y @cubetiq/hlt config token $TOKEN
- Set Custom Server
npx -y @cubetiq/hlt config server https://lt.ctdn.net
- Start Client
npx -y @cubetiq/hlt start $YOUR_PORT
Contributors
- Original web-tunnel
- Sambo Chea sombochea@cubetiqs.com
Description
Languages
TypeScript
99.9%
JavaScript
0.1%