mirror of
https://gitee.com/IrisVega/frp.git
synced 2024-11-01 22:31:29 +08:00
514 B
514 B
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 settcp_mux
keepalive interval seconds iftcp_mux
is enabled. After using this params, you can setheartbeat_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.