mirror of https://github.com/fatedier/frp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.