frp/Release.md

13 lines
514 B
Markdown
Raw Normal View History

2022-01-26 20:13:25 +08:00
### 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).
2021-10-25 20:14:21 +08:00
### Improve
2022-01-26 20:13:25 +08:00
* Server Plugin: Added `client_address` in Login Operation.
### Fix
* Remove authentication for healthz api.