2022-06-25 14:32:31 +07:00
|
|
|
# CUBETIQ HTTP Tunnel Client
|
2022-06-25 20:32:38 +07:00
|
|
|
|
2022-06-25 14:32:31 +07:00
|
|
|
A lightweight http tunnel client using nodejs and socket.io client.
|
|
|
|
|
|
|
|
### Usage
|
2022-06-25 20:32:38 +07:00
|
|
|
|
2022-06-26 00:22:33 +07:00
|
|
|
- Initialize Client
|
2022-06-25 20:32:38 +07:00
|
|
|
|
2022-06-26 00:22:33 +07:00
|
|
|
```shell
|
|
|
|
npx @cubetiq/hlt init
|
2022-06-25 14:32:31 +07:00
|
|
|
```
|
2022-06-26 00:22:33 +07:00
|
|
|
|
|
|
|
- Generate Client Key
|
|
|
|
|
|
|
|
```shell
|
|
|
|
npx @cubetiq/hlt config client new
|
2022-06-25 14:32:31 +07:00
|
|
|
```
|
2022-06-24 23:29:41 +07:00
|
|
|
|
2022-06-25 20:32:38 +07:00
|
|
|
- Set Client Token (Required, contact to vendor)
|
|
|
|
|
2022-06-26 00:22:33 +07:00
|
|
|
```shell
|
|
|
|
npx @cubetiq/hlt config token $TOKEN
|
2022-06-25 20:32:38 +07:00
|
|
|
```
|
|
|
|
|
|
|
|
- Start Client
|
|
|
|
|
2022-06-26 00:22:33 +07:00
|
|
|
```shell
|
|
|
|
npx @cubetiq/hlt start
|
2022-06-25 20:32:38 +07:00
|
|
|
```
|
|
|
|
|
2022-06-24 23:44:12 +07:00
|
|
|
### Contributors
|
2022-06-25 20:32:38 +07:00
|
|
|
|
2022-06-24 23:44:12 +07:00
|
|
|
- Original [web-tunnel](https://github.com/web-tunnel/lite-http-tunnel-client)
|
2022-06-25 20:32:38 +07:00
|
|
|
- Sambo Chea <sombochea@cubetiqs.com>
|