v0.40.0
fatedier/frpv0.40.0Mar 11, 2022by fatedier
AI Summary
This update introduces timeout controls for server connections, OIDC enhancements, and a server-side proxy close operation, alongside improved reconnection behavior and a TLS configuration fix.
Key Highlights
- Added `dial_server_timeout` to specify connecting timeout
- Additional EndpointParams can be set for OIDC
- Added CloseProxy operation in server plugin
- Fix TLS server name is ignored when `tls_trusted_ca_file` isn't set
New Features
- Server timeout configuration
- OIDC EndpointParams
- CloseProxy server plugin operation
Full Release Notes
### 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.