Releases: aircross/frp
Releases · aircross/frp
Release list
v0.61.0
Features
The frpc visitor command-line parameter adds the --server-user option to specify the username of the server-side proxy to connect to.
Support multiple frpc instances with different subjects when using oidc authentication.
v0.60.0
Features
Added a new plugin tls2raw: Enables TLS termination and forwarding of decrypted raw traffic to local service.
Added a default timeout of 30 seconds for the frpc subcommands to prevent commands from being stuck for a long time due to network issues.
Fixes
Fixed the issue that when loginFailExit = false, the frpc stop command cannot be stopped correctly if the server is not successfully connected after startup.
v0.59.0
Features
- Added a new plugin "http2http" which allows forwarding HTTP requests to another HTTP server, supporting options like local address binding, host header rewrite, and custom request headers.
- Added
enableHTTP2option to control whether to enable HTTP/2 in plugin https2http and https2https, default is true.
Changes
- Plugin https2http & https2https: return 421
Misdirected Requestif host not match sni.
v0.58.1
Fixes
- Fixed an issue where HTTP/2 was not enabled for https2http and https2https plugins.
- Fixed the issue where the default values of INI configuration parameters are inconsistent with other configuration formats.
Changes
- Updated the default value of
transport.tcpMuxKeepaliveIntervalfrom 60 to 30. - On the Android platform, the Google DNS server is used only when the default DNS server cannot be obtained.