mirror of
https://gitee.com/IrisVega/frp.git
synced 2024-11-01 22:31:29 +08:00
update release note
This commit is contained in:
parent
6194273615
commit
d20a6d3d75
11
Release.md
11
Release.md
@ -1,12 +1,3 @@
|
|||||||
### New
|
|
||||||
|
|
||||||
* Added `connect_server_local_ip` in frpc to specify local IP connected to frps.
|
|
||||||
* Added `tcp_mux_keepalive_interval` both in frpc and frps to set `tcp_mux` keepalive interval seconds if `tcp_mux` is enabled. After using this params, you can set `heartbeat_interval` to `-1` to disable application layer heartbeat to reduce traffic usage(Make sure frps is in the latest version).
|
|
||||||
|
|
||||||
### Improve
|
|
||||||
|
|
||||||
* Server Plugin: Added `client_address` in Login Operation.
|
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|
||||||
* Remove authentication for healthz api.
|
* Fixed IPv6 address parse issue.
|
||||||
|
@ -19,7 +19,7 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
)
|
)
|
||||||
|
|
||||||
var version string = "0.39.0"
|
var version string = "0.39.1"
|
||||||
|
|
||||||
func Full() string {
|
func Full() string {
|
||||||
return version
|
return version
|
||||||
|
Loading…
Reference in New Issue
Block a user