Releases: fatedier/frp
Releases · fatedier/frp
v0.42.0
v0.41.0
v0.40.0
New
- Added
dial_server_timeout
in frpc to specify connecting timeout to frps. - Additional EndpointParams can be set for OIDC.
- Added CloseProxy operation in server plugin.
Improve
- Added some randomness in reconnect delay.
Fix
- TLS server name is ignored when
tls_trusted_ca_file
isn’t set.
v0.39.1
v0.39.0
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 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.
v0.38.0
v0.37.1
v0.37.0
New
- frpc add subcommand
verify
to validate configures before running. - frpc support
includes
option 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_exit
is not valid whenprotocol = kcp
.