Compare commits

..

No commits in common. "cdfe4c4fc80aa970a7330cfd8893023e628564d7" and "42928444aaf6ae4e04f1a9383f5f3d0409d5b287" have entirely different histories.

6 changed files with 27 additions and 37 deletions

View File

@ -1,8 +1,3 @@
### 11/11/2022
- Fixed axios is not a function
- Add generate token with data (clientId, apiKey) to server
### 20/10/2022
- Upgraded packages and fixed some bugs

View File

@ -9,7 +9,7 @@ npm i -g @cubetiq/hlt
OR
npx -y @cubetiq/hlt
npx @cubetiq/hlt
```
@ -25,15 +25,15 @@ hlt [command] [options]
```shell
# Initialize a client and token for connect (default's profile)
npx -y @cubetiq/hlt init
npx @cubetiq/hlt init
# Start port 3000 to remote server
npx -y @cubetiq/hlt start 3000
npx @cubetiq/hlt start 3000
```
# Start port 3000 with suffix to remote server
npx -y @cubetiq/hlt start 3000 -s mytest
npx @cubetiq/hlt start 3000 -s mytest
````
@ -41,10 +41,10 @@ npx -y @cubetiq/hlt start 3000 -s mytest
```shell
# Initialize a client and token for connect (mytest's profile)
npx -y @cubetiq/hlt init -p mytest
npx @cubetiq/hlt init -p mytest
# Start port 3000 to remote server (mytest's profile)
npx -y @cubetiq/hlt start 3000 -p mytest
npx @cubetiq/hlt start 3000 -p mytest
````
### Custom Config
@ -52,25 +52,25 @@ npx -y @cubetiq/hlt start 3000 -p mytest
- Generate Client Key
```shell
npx -y @cubetiq/hlt config client new
npx @cubetiq/hlt config client new
```
- Set Client Token (Required, contact to vendor)
```shell
npx -y @cubetiq/hlt config token $TOKEN
npx @cubetiq/hlt config token $TOKEN
```
- Set Custom Server
```shell
npx -y @cubetiq/hlt config server https://lt.ctdn.net
npx @cubetiq/hlt config server https://lt.ctdn.net
```
- Start Client
```shell
npx -y @cubetiq/hlt start $YOUR_PORT
npx @cubetiq/hlt start $YOUR_PORT
```
### Contributors

28
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@cubetiq/hlt",
"version": "0.1.2",
"version": "0.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@cubetiq/hlt",
"version": "0.1.2",
"version": "0.1.0",
"license": "ISC",
"dependencies": {
"axios": "^1.0.0",
@ -90,9 +90,9 @@
"dev": true
},
"node_modules/@types/node": {
"version": "18.11.9",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.9.tgz",
"integrity": "sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==",
"version": "18.11.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.2.tgz",
"integrity": "sha512-BWN3M23gLO2jVG8g/XHIRFWiiV4/GckeFIqbU/C4V3xpoBBWSMk4OZomouN0wCkfQFPqgZikyLr7DOYDysIkkw==",
"dev": true
},
"node_modules/@types/strip-bom": {
@ -698,9 +698,9 @@
}
},
"node_modules/socket.io-parser": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.1.tgz",
"integrity": "sha512-V4GrkLy+HeF1F/en3SpUaM+7XxYXpuMUWLGde1kSSh5nQMN4hLrbPIkD+otwh6q9R6NOQBN4AMaOZ2zVjui82g==",
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.0.tgz",
"integrity": "sha512-tLfmEwcEwnlQTxFB7jibL/q2+q8dlVQzj4JdRLJ/W/G1+Fu9VSxCx1Lo+n1HvXxKnM//dUuD0xgiA7tQf57Vng==",
"dependencies": {
"@socket.io/component-emitter": "~3.1.0",
"debug": "~4.3.1"
@ -1002,9 +1002,9 @@
"dev": true
},
"@types/node": {
"version": "18.11.9",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.9.tgz",
"integrity": "sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==",
"version": "18.11.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.2.tgz",
"integrity": "sha512-BWN3M23gLO2jVG8g/XHIRFWiiV4/GckeFIqbU/C4V3xpoBBWSMk4OZomouN0wCkfQFPqgZikyLr7DOYDysIkkw==",
"dev": true
},
"@types/strip-bom": {
@ -1456,9 +1456,9 @@
}
},
"socket.io-parser": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.1.tgz",
"integrity": "sha512-V4GrkLy+HeF1F/en3SpUaM+7XxYXpuMUWLGde1kSSh5nQMN4hLrbPIkD+otwh6q9R6NOQBN4AMaOZ2zVjui82g==",
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.0.tgz",
"integrity": "sha512-tLfmEwcEwnlQTxFB7jibL/q2+q8dlVQzj4JdRLJ/W/G1+Fu9VSxCx1Lo+n1HvXxKnM//dUuD0xgiA7tQf57Vng==",
"requires": {
"@socket.io/component-emitter": "~3.1.0",
"debug": "~4.3.1"

View File

@ -1,6 +1,6 @@
{
"name": "@cubetiq/hlt",
"version": "0.1.2",
"version": "0.1.1",
"description": "A lightweight http tunnel client using nodejs and socket.io client",
"main": "dist/client.js",
"bin": {

View File

@ -265,13 +265,8 @@ program
if (!config.token) {
console.log("Generating token...");
await getTokenFree(config.server, {
timestamp: (new Date().getTime()),
clientId: config.clientId,
apiKey: config.apiKey,
})
await getTokenFree(config.server)
.then((resp: any) => {
console.log("Token generated successfully!");
if (resp.data?.token) {
config.token = resp.data?.token;
} else {

View File

@ -1,4 +1,4 @@
const axios = require("axios");
const axios = require("axios").default;
const getTokenFree = async (baseUrl: string, data: any = {}) => {
const url = `${baseUrl}/__free__/api/get_token`;