Go to file
Sambo Chea e5db37bf5d
Task: Add client headers and auth for tunnel connection and updated the configs load for init params for http tunnel client
2022-06-25 20:32:38 +07:00
.github Create dependabot.yml 2022-06-24 23:49:52 +07:00
bin Add http tunnel client implements 2022-06-24 23:44:12 +07:00
.gitignore Add http tunnel client implements 2022-06-24 23:44:12 +07:00
client.js Task: Add client headers and auth for tunnel connection and updated the configs load for init params for http tunnel client 2022-06-25 20:32:38 +07:00
lib.js Add http tunnel client implements 2022-06-24 23:44:12 +07:00
package-lock.json Task: Add console with saved to fullpath of config file for http tunnel client 2022-06-25 08:24:54 +07:00
package.json Task: Add client headers and auth for tunnel connection and updated the configs load for init params for http tunnel client 2022-06-25 20:32:38 +07:00
README.md Task: Add client headers and auth for tunnel connection and updated the configs load for init params for http tunnel client 2022-06-25 20:32:38 +07:00
util.js Task: Add client and key for socket identified for user and updated client functions and configs for http tunnel client 2022-06-25 14:32:31 +07:00

CUBETIQ HTTP Tunnel Client

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

Usage

  • Generate Client Key
npx @cubetiq/http-tunnel config client new
  • Set Client Token (Required, contact to vendor)
npx @cubetiq/http-tunnel config token $TOKEN
  • Start Client
npx @cubetiq/http-tunnel start

Contributors