Releases: fatedier/frp
Releases · fatedier/frp
v0.46.0
v0.45.0
v0.44.0
v0.43.0
New
- Added
route_by_http_userinhttpandtcpmuxproxy to support routing to different clients by HTTP basic auth user. CONNECTmethod can be forwarded inhttptype proxy.- Added
tcpmux_passthroughintcpmuxproxy. If true,CONNECTrequest will be forwarded to frpc.
v0.42.0
v0.41.0
v0.40.0
New
- Added
dial_server_timeoutin 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_fileisn’t set.
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.