Skip to content

v0.39.0

Compare
Choose a tag to compare
@fatedier fatedier released this 26 Jan 12:29
· 278 commits to dev since this release
2dab5d0

Happy Chinese New Year! 🎉🎉🎉

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.