2023-07-14 08:31:10 +07:00
|
|
|
### 14/07/2023 (1.0.8)
|
|
|
|
|
|
|
|
- Fixed the start with port unable to start
|
|
|
|
|
2023-07-11 18:57:49 +07:00
|
|
|
### 11/07/2023 (1.0.8)
|
|
|
|
|
|
|
|
- Support tunnel with host with port
|
|
|
|
|
|
|
|
* Prev
|
|
|
|
|
|
|
|
```
|
|
|
|
hlt start 8080 -h 192.168.1.1
|
|
|
|
```
|
|
|
|
|
|
|
|
- New
|
|
|
|
|
|
|
|
```
|
|
|
|
hlt start 192.168.1.1:8080
|
|
|
|
```
|
|
|
|
|
2023-07-11 15:04:48 +07:00
|
|
|
### 11/07/2023 (1.0.7)
|
2023-07-11 12:20:03 +07:00
|
|
|
|
|
|
|
- Support Client API
|
|
|
|
- Support Proxy (HTTP/HTTPS) and TCP
|
|
|
|
- Improvements and Bugs fixed
|
2023-07-11 15:04:48 +07:00
|
|
|
- Support auto proxy with hlt client
|
2023-07-11 12:20:03 +07:00
|
|
|
|
2022-11-30 12:19:05 +07:00
|
|
|
### 30/11/2022
|
|
|
|
|
|
|
|
- Fixed response data in axios request with accept-encoding to identity
|
|
|
|
- Allow to force change server url for init
|
|
|
|
|
2022-11-11 09:25:29 +07:00
|
|
|
### 11/11/2022
|
|
|
|
|
|
|
|
- Fixed axios is not a function
|
|
|
|
- Add generate token with data (clientId, apiKey) to server
|
2022-11-11 09:29:20 +07:00
|
|
|
- Add generate token with options (-f | --force) to regenerate and override
|
2022-11-11 09:25:29 +07:00
|
|
|
|
2022-10-20 10:18:08 +07:00
|
|
|
### 20/10/2022
|
|
|
|
|
|
|
|
- Upgraded packages and fixed some bugs
|
|
|
|
|
|
|
|
### Initialized
|
|
|
|
|
|
|
|
- HTTP tunnel between server and client via https link
|
|
|
|
- Custom profile (using `-p myprofile`)
|
|
|
|
- Suffix url (using `-s`)
|
|
|
|
- Config (get/set token,access,server,client,key configs)
|