Skip to content

Commit

Permalink
update release note
Browse files Browse the repository at this point in the history
  • Loading branch information
fatedier committed Jan 26, 2022
1 parent e59eacb commit 9ca2b58
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### 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

* Remove authentication for healthz api.

0 comments on commit 9ca2b58

Please sign in to comment.