Releases: fatedier/frp
Releases · fatedier/frp
v0.39.1
v0.39.0
Happy Chinese New Year! 🎉🎉🎉
New
- Added
connect_server_local_ipin frpc to specify local IP connected to frps. - Added
tcp_mux_keepalive_intervalboth in frpc and frps to settcp_muxkeepalive interval seconds iftcp_muxis enabled. After using this params, you can setheartbeat_intervalto-1to disable application layer heartbeat to reduce traffic usage(Make sure frps is in the latest version).
Improve
- Server Plugin: Added
client_addressin Login Operation.
Fix
- Remove authentication for healthz api.
v0.38.0
v0.37.1
v0.37.0
New
- frpc add subcommand
verifyto validate configures before running. - frpc support
includesoption to split multiple proxy configs into different files. - Support sudp in dashboard.
Fix
- Use empty string as default value for dashboard user and password.
login_fail_exitis not valid whenprotocol = kcp.